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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user