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',