新增获取磁盘主机的信息
This commit is contained in:
@@ -137,6 +137,8 @@ public class sysController {
|
||||
entity.setDokerHostId(dockerHostId);
|
||||
entity.setContainerId(d.getContainerId());
|
||||
entity.setImageName(d.getImageName());
|
||||
entity.setCommand(d.getCommand());
|
||||
entity.setCreatedAt(d.getCreatedAt());
|
||||
entity.setUnames(d.getNames());
|
||||
entity.setUstatus(d.getStatus());
|
||||
entity.setHostIp(sshInfo.getHostIp());
|
||||
@@ -146,6 +148,8 @@ public class sysController {
|
||||
} else {
|
||||
entity.setContainerId(d.getContainerId());
|
||||
entity.setImageName(d.getImageName());
|
||||
entity.setCommand(d.getCommand());
|
||||
entity.setCreatedAt(d.getCreatedAt());
|
||||
entity.setUnames(d.getNames());
|
||||
entity.setUstatus(d.getStatus());
|
||||
entity.setHostIp(sshInfo.getHostIp());
|
||||
|
||||
Reference in New Issue
Block a user