From c09c61820754ccd287347968ff3f7c506b2d0a3d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Apr 2026 17:10:46 +0800 Subject: [PATCH] feat: add nodes menu item to sidebar --- web/html/component/aSidebar.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/html/component/aSidebar.html b/web/html/component/aSidebar.html index cde8da40..98e58b0d 100644 --- a/web/html/component/aSidebar.html +++ b/web/html/component/aSidebar.html @@ -59,6 +59,13 @@ icon: 'setting', title: '{{ i18n "menu.settings"}}' }, + {{if .is_admin}} + { + key: '{{ .base_path }}panel/nodes', + icon: 'cluster', + title: '{{ i18n "menu.nodes"}}' + }, + {{end}} { key: '{{ .base_path }}panel/xray', icon: 'tool',