From b73e4173a3c1e69e02ad6b4e3b43e425e57a5be9 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 9 Feb 2023 22:48:06 +0330 Subject: 3x-ui --- web/html/xui/common_sider.html | 73 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 web/html/xui/common_sider.html (limited to 'web/html/xui/common_sider.html') diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html new file mode 100644 index 00000000..f4499eeb --- /dev/null +++ b/web/html/xui/common_sider.html @@ -0,0 +1,73 @@ +{{define "menuItems"}} + + + {{ i18n "menu.dashboard"}} + + + + {{ i18n "menu.inbounds"}} + + + + {{ i18n "menu.setting"}} + + + + + + + + + + Github + + + + Telegram Group + + + + + {{ i18n "menu.logout"}} + +{{end}} + + +{{define "commonSider"}} + + + {{template "menuItems" .}} + + + +
+ +
+ + {{template "menuItems" .}} + +
+ +{{end}} -- cgit v1.2.3