mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
优化左侧主菜单显示
This commit is contained in:
@@ -99,7 +99,7 @@ func FindAllMenuMaps(nodeLogsType string, countUnreadNodeLogs int64, countUnread
|
||||
"code": "cluster",
|
||||
},
|
||||
{
|
||||
"name": "运行日志",
|
||||
"name": "节点日志",
|
||||
"url": "/clusters/logs?type=" + nodeLogsType,
|
||||
"code": "log",
|
||||
"badge": countUnreadNodeLogs,
|
||||
@@ -110,7 +110,7 @@ func FindAllMenuMaps(nodeLogsType string, countUnreadNodeLogs int64, countUnread
|
||||
"code": "region",
|
||||
},
|
||||
{
|
||||
"name": "SSH认证",
|
||||
"name": "节点SSH",
|
||||
"url": "/clusters/grants",
|
||||
"code": "grant",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user