Fix server consoles tab

This commit is contained in:
Pat Hartl 2023-11-05 14:45:02 -06:00
parent 25de79eeed
commit 4b40445bac

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") {