This commit is contained in:
2023-01-12 19:19:27 +00:00
parent 43bfeab17e
commit 98a405501b
7 changed files with 147 additions and 26 deletions

View File

@@ -15,7 +15,8 @@ namespace Sockeye.Models
[Required]
public string Name { get; set; }
public string IPAddress { get; set; }
public bool Active { get; set; }
[Required]
public ServerState ServerState { get; set; } = ServerState.Requested;
public string Notes { get; set; }
public DateTime Created { get; set; }
[Required]