mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix(region): host status
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user