Add save icon beneath console editor
parent
fcb4991364
commit
91dd9df3ce
|
@ -116,6 +116,8 @@
|
|||
else
|
||||
{
|
||||
<ServerConsoleEditor @bind-Value="Server.ServerConsoles" ServerId="Id" />
|
||||
|
||||
<Button Type="@ButtonType.Primary" OnClick="Save" Icon="@IconType.Fill.Save">Save</Button>
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue