diff options
| author | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-08 23:49:39 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-08 23:49:39 +0300 |
| commit | 6df393882eecd7aa68c84b661151c62d8f5c26d7 (patch) | |
| tree | 46e23f9f48144a7576a17baf5277d891f6d79653 /web/html/xui/common_sider.html | |
| parent | 95200facdee1533713b27b60ed775ea93db41c9c (diff) | |
some corrections #1300
Diffstat (limited to 'web/html/xui/common_sider.html')
| -rw-r--r-- | web/html/xui/common_sider.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html index 12a8ed41..f91b9fbb 100644 --- a/web/html/xui/common_sider.html +++ b/web/html/xui/common_sider.html @@ -11,7 +11,7 @@ <a-icon type="setting"></a-icon> <span>{{ i18n "menu.settings"}}</span> </a-menu-item> -<a-menu-item key="{{ .base_path }}xui/xray"> +<a-menu-item key="{{ .base_path }}panel/xray"> <a-icon type="tool"></a-icon> <span>{{ i18n "menu.xray"}}</span> </a-menu-item> |
