Testing display name property
This commit is contained in:
@@ -39,6 +39,7 @@ public class CreateServerForm
|
|||||||
[Description("Whether to use a virtual disk for storing server files. Dont use this if you want to overallocate as the virtual disks will fill out the space you allocate")]
|
[Description("Whether to use a virtual disk for storing server files. Dont use this if you want to overallocate as the virtual disks will fill out the space you allocate")]
|
||||||
[Section("Deployment", Icon = "bx-cube")]
|
[Section("Deployment", Icon = "bx-cube")]
|
||||||
[RadioButtonBool("Virtual Disk", "Simple Volume", TrueIcon = "bxs-hdd", FalseIcon = "bxs-data")]
|
[RadioButtonBool("Virtual Disk", "Simple Volume", TrueIcon = "bxs-hdd", FalseIcon = "bxs-data")]
|
||||||
|
[DisplayName("Storage")]
|
||||||
public bool UseVirtualDisk { get; set; }
|
public bool UseVirtualDisk { get; set; }
|
||||||
|
|
||||||
[Required(ErrorMessage = "You need to specify a server node")]
|
[Required(ErrorMessage = "You need to specify a server node")]
|
||||||
|
|||||||
@@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="MoonCoreUI">
|
<Reference Include="MoonCoreUI">
|
||||||
<HintPath>..\..\..\Marcel-Baumgartner\MoonCore\MoonCore\MoonCoreUI\bin\Debug\net7.0\MoonCoreUI.dll</HintPath>
|
<HintPath>..\..\..\Masu-Baumgartner\MoonCore\MoonCore\MoonCoreUI\bin\Debug\net7.0\MoonCoreUI.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user