Server und Container Overview+Add Seite erstellt und an Datenbank angeschlossen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user