beinahe suizidiert

This commit is contained in:
2025-07-30 13:02:15 +02:00
parent 4d2366b5c9
commit c4473511c9

View File

@@ -25,7 +25,7 @@ public class Server
public int CpuCores { get; set; } = 0; public int CpuCores { get; set; } = 0;
public string? GpuType { get; set; } = string.Empty; public string? GpuType { get; set; } = string.Empty;
public double RamSize { get; set; } = 0; public double RamSize { get; set; } = 0;
public string? DiskSpace { get; set; } = string.Empty; //public string? DiskSpace { get; set; } = string.Empty;
// Database // Database
public DateTime CreatedAt { get; set; } = DateTime.UtcNow; public DateTime CreatedAt { get; set; } = DateTime.UtcNow;