basic Dashboard

This commit is contained in:
2025-06-14 20:35:42 +02:00
parent 30758bbd88
commit 1597409365
8 changed files with 409 additions and 26 deletions

View File

@@ -13,5 +13,7 @@ public class Server
public string Hostname { get; set; } = string.Empty;
// z.B. "VPS", "standalone", "VM", etc.
public string Type { get; set; } = "VPS";
public string Type { get; set; } = "VPS";
public Boolean IsOnline { get; set; } = false;
}