Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <33454419+MHSanaei@users.noreply.github.com>2023-03-24 20:07:44 +0300
committerMHSanaei <33454419+MHSanaei@users.noreply.github.com>2023-03-24 20:07:44 +0300
commit33db9d0f905867d7dbce6c35501e79d52b75f009 (patch)
tree144426d755af69a08e1947743ad4dd15864889ef /web/html/xui/common_sider.html
parent27d020709e8109e09023861bfbb2aeb5e41d5687 (diff)
remove others
Diffstat (limited to 'web/html/xui/common_sider.html')
-rw-r--r--web/html/xui/common_sider.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html
index 13c24c34..3de4d0f2 100644
--- a/web/html/xui/common_sider.html
+++ b/web/html/xui/common_sider.html
@@ -15,20 +15,6 @@
<!-- <a-icon type="laptop"></a-icon>-->
<!-- <span>Client</span>-->
<!--</a-menu-item>-->
-<a-sub-menu>
- <template slot="title">
- <a-icon type="link"></a-icon>
- <span>{{ i18n "menu.link"}}</span>
- </template>
- <a-menu-item key="https://github.com/mhsanaei/3x-ui/">
- <a-icon type="github"></a-icon>
- <span>Github</span>
- </a-menu-item>
- <a-menu-item key="https://t.me/panel3xui">
- <a-icon type="usergroup-add"></a-icon>
- <span>Telegram</span>
- </a-menu-item>
-</a-sub-menu>
<a-menu-item key="{{ .base_path }}logout">
<a-icon type="logout"></a-icon>
<span>{{ i18n "menu.logout"}}</span>