basic Dashboard
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user