数据看板和节点看板都改成异步加载

This commit is contained in:
刘祥超
2021-08-30 15:23:31 +08:00
parent 19178f963e
commit 1d9d44ecc3
14 changed files with 188 additions and 99 deletions

View File

@@ -240,6 +240,18 @@ func (this *userMustAuth) modules(adminId int64) []maps.Map {
"url": "/clusters/logs",
"code": "log",
},
/**{
"name": "IP资源",
"url": "/clusters/ip-addrs",
"code": "ipAddr",
"isOn": teaconst.IsPlus,
},
{
"name": "监控",
"url": "/clusters/monitors",
"code": "monitor",
"isOn": teaconst.IsPlus,
},**/
{
"name": "SSH认证",
"url": "/clusters/grants",