From 23730890a79fdc3bddeac816a0a12bbae16d7456 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 12 Jun 2023 19:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A6=E4=BE=A7=E4=B8=BB?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/web/helpers/menu.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/web/helpers/menu.go b/internal/web/helpers/menu.go index ed8d1998..da6eb1ea 100644 --- a/internal/web/helpers/menu.go +++ b/internal/web/helpers/menu.go @@ -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", },