优化左侧主菜单显示

This commit is contained in:
GoEdgeLab
2023-06-12 19:50:53 +08:00
parent 3935dc55b7
commit 23730890a7

View File

@@ -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",
},