mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
feat: add nodes menu item to sidebar
This commit is contained in:
parent
fc77154c8b
commit
c09c618207
1 changed files with 7 additions and 0 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue