Add save icon beneath console editor
This commit is contained in:
parent
fcb4991364
commit
91dd9df3ce
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue