diff --git a/Watcher/Models/Server.cs b/Watcher/Models/Server.cs index a64335d..9a33f75 100644 --- a/Watcher/Models/Server.cs +++ b/Watcher/Models/Server.cs @@ -25,7 +25,7 @@ public class Server public int CpuCores { get; set; } = 0; public string? GpuType { get; set; } = string.Empty; public double RamSize { get; set; } = 0; - public string? DiskSpace { get; set; } = string.Empty; + //public string? DiskSpace { get; set; } = string.Empty; // Database public DateTime CreatedAt { get; set; } = DateTime.UtcNow;