Show general form on server add
This commit is contained in:
parent
7629d6e951
commit
d2161e606d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
|
||||
|
||||
<div class="site-layout-content">
|
||||
@if (Panel == "General")
|
||||
@if (Panel == "General" || String.IsNullOrWhiteSpace(Panel))
|
||||
{
|
||||
<Form Model="@Server" Layout="@FormLayout.Vertical">
|
||||
<FormItem Label="Name">
|
||||
|
|
Loading…
Add table
Reference in a new issue