mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-07 13:44:24 +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',
|
||||
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue