Fix server consoles tab

save-path-regex
Pat Hartl 2023-11-05 14:45:02 -06:00
parent 25de79eeed
commit 4b40445bac
1 changed files with 7 additions and 0 deletions

View File

@ -124,6 +124,13 @@
<Button Type="@ButtonType.Primary" OnClick="Save" Icon="@IconType.Fill.Save">Save</Button>
}
@if (Panel == "Consoles")
{
<ServerConsoleEditor @bind-Value="Server.ServerConsoles" ServerId="Id" />
<Button Type="@ButtonType.Primary" OnClick="Save" Icon="@IconType.Fill.Save">Save</Button>
}
@if (Panel == "Monitor")
{
@if (LogId == "Console") {