Added owner field to server crud. Started update for server crud
This commit is contained in:
@@ -7,7 +7,6 @@ public class NodeDetailResponse
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Fqdn { get; set; }
|
||||
public string Token { get; set; }
|
||||
public int HttpPort { get; set; }
|
||||
public int FtpPort { get; set; }
|
||||
|
||||
|
||||
@@ -22,4 +22,6 @@ public class ServerDetailResponse
|
||||
public int StarId { get; set; }
|
||||
|
||||
public int NodeId { get; set; }
|
||||
|
||||
public int[] AllocationIds { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user