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