feat: add nodes menu item to sidebar

This commit is contained in:
root 2026-04-24 17:10:46 +08:00
parent fc77154c8b
commit c09c618207

View file

@ -59,6 +59,13 @@
icon: 'setting', icon: 'setting',
title: '{{ i18n "menu.settings"}}' title: '{{ i18n "menu.settings"}}'
}, },
{{if .is_admin}}
{
key: '{{ .base_path }}panel/nodes',
icon: 'cluster',
title: '{{ i18n "menu.nodes"}}'
},
{{end}}
{ {
key: '{{ .base_path }}panel/xray', key: '{{ .base_path }}panel/xray',
icon: 'tool', icon: 'tool',