added DiskSpace Variable to Server-Model

This commit is contained in:
2025-07-30 13:40:00 +02:00
parent c4473511c9
commit ddfa1707b6
4 changed files with 367 additions and 1 deletions

View File

@@ -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;