Show general form on server add

This commit is contained in:
Pat Hartl 2023-04-18 20:18:23 -05:00
parent 7629d6e951
commit d2161e606d

View file

@ -72,7 +72,7 @@
<div class="site-layout-content"> <div class="site-layout-content">
@if (Panel == "General") @if (Panel == "General" || String.IsNullOrWhiteSpace(Panel))
{ {
<Form Model="@Server" Layout="@FormLayout.Vertical"> <Form Model="@Server" Layout="@FormLayout.Vertical">
<FormItem Label="Name"> <FormItem Label="Name">