feat: 1) ListGroups返回组内主机详细信息 2) 前端刷新间隔改为5分钟 3) 命令执行和Playbook页面主机组支持展开显示组内主机
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"all": {
|
||||
"name": "all",
|
||||
"description": "所有主机",
|
||||
"hosts": null
|
||||
},
|
||||
"ungrouped": {
|
||||
"name": "ungrouped",
|
||||
"description": "未分组主机",
|
||||
"hosts": null
|
||||
},
|
||||
"zebu_user01": {
|
||||
"name": "zebu_user01",
|
||||
"description": "",
|
||||
"hosts": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user