Fixed some stuff like allocation, wings oom killer option
This commit is contained in:
@@ -17,7 +17,7 @@ public class Server
|
||||
public List<ServerVariable> Variables { get; set; } = new();
|
||||
public List<ServerBackup> Backups { get; set; } = new();
|
||||
public List<NodeAllocation> Allocations { get; set; } = new();
|
||||
public NodeAllocation MainAllocation { get; set; } = null!;
|
||||
public NodeAllocation? MainAllocation { get; set; } = null;
|
||||
public Node Node { get; set; } = null!;
|
||||
public User Owner { get; set; } = null!;
|
||||
public bool IsCleanupException { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user