增加全局的边缘节点日志

This commit is contained in:
刘祥超
2021-05-19 19:03:03 +08:00
parent e9d329bf8b
commit da332c2756
13 changed files with 219 additions and 23 deletions

View File

@@ -181,6 +181,11 @@ func (this *userMustAuth) modules(adminId int64) []maps.Map {
"subtitle": "集群列表",
"icon": "cloud",
"subItems": []maps.Map{
{
"name": "节点日志",
"url": "/clusters/logs",
"code": "log",
},
{
"name": "SSH认证",
"url": "/clusters/grants",