Server und Container Overview+Add Seite erstellt und an Datenbank angeschlossen

This commit is contained in:
2025-06-15 00:56:40 +02:00
parent 1597409365
commit b3902d971c
17 changed files with 636 additions and 3 deletions

View File

@@ -6,6 +6,8 @@ public class Server
public string Name { get; set; } = string.Empty;
public string IPAddress { get; set; } = string.Empty;
public string Status { get; set; } = string.Empty;
public DateTime CreatedAt { get; set; } = DateTime.UtcNow;