feat: 1) ListGroups返回组内主机详细信息 2) 前端刷新间隔改为5分钟 3) 命令执行和Playbook页面主机组支持展开显示组内主机

This commit is contained in:
Hermes Agent
2026-05-13 17:57:41 +08:00
commit 9c1f44e91a
20 changed files with 4062 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"all": {
"name": "all",
"description": "所有主机",
"hosts": null
},
"ungrouped": {
"name": "ungrouped",
"description": "未分组主机",
"hosts": null
},
"zebu_user01": {
"name": "zebu_user01",
"description": "",
"hosts": null
}
}