Testing display name property

This commit is contained in:
Marcel Baumgartner 2024-05-23 08:18:10 +02:00
parent 6264a15b1d
commit 61492bc669
2 changed files with 2 additions and 1 deletions

View file

@ -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")]
[Section("Deployment", Icon = "bx-cube")]
[RadioButtonBool("Virtual Disk", "Simple Volume", TrueIcon = "bxs-hdd", FalseIcon = "bxs-data")]
[DisplayName("Storage")]
public bool UseVirtualDisk { get; set; }
[Required(ErrorMessage = "You need to specify a server node")]

View file

@ -100,7 +100,7 @@
<ItemGroup>
<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>
</ItemGroup>
</Project>