diff options
Diffstat (limited to 'web/html/xui/common_sider.html')
| -rw-r--r-- | web/html/xui/common_sider.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html index 94a2e4a3..58072f82 100644 --- a/web/html/xui/common_sider.html +++ b/web/html/xui/common_sider.html @@ -1,17 +1,17 @@ {{define "menuItems"}} -<a-menu-item key="{{ .base_path }}xui/"> +<a-menu-item key="{{ .base_path }}panel/"> <a-icon type="dashboard"></a-icon> <span>{{ i18n "menu.dashboard"}}</span> </a-menu-item> -<a-menu-item key="{{ .base_path }}xui/inbounds"> +<a-menu-item key="{{ .base_path }}panel/inbounds"> <a-icon type="user"></a-icon> <span>{{ i18n "menu.inbounds"}}</span> </a-menu-item> -<a-menu-item key="{{ .base_path }}xui/settings"> +<a-menu-item key="{{ .base_path }}panel/settings"> <a-icon type="setting"></a-icon> <span>{{ i18n "menu.settings"}}</span> </a-menu-item> -<!--<a-menu-item key="{{ .base_path }}xui/clients">--> +<!--<a-menu-item key="{{ .base_path }}panel/clients">--> <!-- <a-icon type="laptop"></a-icon>--> <!-- <span>Client</span>--> <!--</a-menu-item>--> |
