DNS节点增加在线状态通知

This commit is contained in:
刘祥超
2021-08-08 10:29:57 +08:00
parent 75c8658366
commit a256a7328e
3 changed files with 8 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ func (this *IndexAction) RunGet(params struct {
"error": node.InstallStatus.Error,
},
"status": maps.Map{
"isActive": status.IsActive,
"isActive": node.IsActive,
"updatedAt": status.UpdatedAt,
"hostname": status.Hostname,
"cpuUsage": status.CPUUsage,