fix(region): host status

This commit is contained in:
ioito
2023-05-05 20:19:30 +08:00
parent 6548824210
commit 11ad808e41
+1 -1
View File
@@ -104,7 +104,7 @@ func (manager *SHostResourceBaseManager) FetchCustomizeColumns(
host := hosts[hostIds[i]]
rows[i].Host = host.Name
rows[i].HostSN = host.SN
rows[i].HostStatus = host.Status
rows[i].HostStatus = host.HostStatus
rows[i].HostEnabled = host.Enabled.Bool()
rows[i].HostServiceStatus = host.HostStatus
rows[i].HostType = host.HostType