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