Add save icon beneath console editor

dhcp-server
Pat Hartl 2023-08-22 23:33:34 -05:00
parent fcb4991364
commit 91dd9df3ce
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@
else
{
<ServerConsoleEditor @bind-Value="Server.ServerConsoles" ServerId="Id" />
<Button Type="@ButtonType.Primary" OnClick="Save" Icon="@IconType.Fill.Save">Save</Button>
}
}