From 61492bc669552b8bd480e0ca0d47a4b67b7ebc80 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Thu, 23 May 2024 08:18:10 +0200 Subject: [PATCH] Testing display name property --- .../Servers/Models/Forms/Admin/Servers/CreateServerForm.cs | 1 + Moonlight/Moonlight.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Moonlight/Features/Servers/Models/Forms/Admin/Servers/CreateServerForm.cs b/Moonlight/Features/Servers/Models/Forms/Admin/Servers/CreateServerForm.cs index 7b8fc41e..3a1b8af5 100644 --- a/Moonlight/Features/Servers/Models/Forms/Admin/Servers/CreateServerForm.cs +++ b/Moonlight/Features/Servers/Models/Forms/Admin/Servers/CreateServerForm.cs @@ -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")] diff --git a/Moonlight/Moonlight.csproj b/Moonlight/Moonlight.csproj index 5da271ff..62a44ee0 100644 --- a/Moonlight/Moonlight.csproj +++ b/Moonlight/Moonlight.csproj @@ -100,7 +100,7 @@ - ..\..\..\Marcel-Baumgartner\MoonCore\MoonCore\MoonCoreUI\bin\Debug\net7.0\MoonCoreUI.dll + ..\..\..\Masu-Baumgartner\MoonCore\MoonCore\MoonCoreUI\bin\Debug\net7.0\MoonCoreUI.dll