Remove server console editor from general tab

This commit is contained in:
Pat Hartl 2023-08-22 23:33:00 -05:00
parent d13863f2e2
commit 63a6296850

View file

@ -101,10 +101,6 @@
</GridCol> </GridCol>
</GridRow> </GridRow>
<FormItem>
<ServerConsoleEditor @bind-Value="Server.ServerConsoles" ServerId="Id" />
</FormItem>
<FormItem> <FormItem>
<Button Type="@ButtonType.Primary" OnClick="Save" Icon="@IconType.Fill.Save">Save</Button> <Button Type="@ButtonType.Primary" OnClick="Save" Icon="@IconType.Fill.Save">Save</Button>
</FormItem> </FormItem>