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:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2024-02-17 19:22:23 +0300
committerGitHub <noreply@github.com>2024-02-17 19:22:23 +0300
commit73718a5dc55595b34094239b4d5728df66417e76 (patch)
tree73809cafcfbda769f91621a44f81b08eccaf7222 /web/html/xui/common_sider.html
parentbb9d00a0b31b7b3ac11ab004234a7bec580d42c0 (diff)
UI improvements (#1813)
Diffstat (limited to 'web/html/xui/common_sider.html')
-rw-r--r--web/html/xui/common_sider.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html
index f91b9fbb..13d5bd49 100644
--- a/web/html/xui/common_sider.html
+++ b/web/html/xui/common_sider.html
@@ -1,19 +1,19 @@
{{define "menuItems"}}
<a-menu-item key="{{ .base_path }}panel/">
<a-icon type="dashboard"></a-icon>
- <span>{{ i18n "menu.dashboard"}}</span>
+ <span><b>{{ i18n "menu.dashboard"}}</b></span>
</a-menu-item>
<a-menu-item key="{{ .base_path }}panel/inbounds">
<a-icon type="user"></a-icon>
- <span>{{ i18n "menu.inbounds"}}</span>
+ <span><b>{{ i18n "menu.inbounds"}}</b></span>
</a-menu-item>
<a-menu-item key="{{ .base_path }}panel/settings">
<a-icon type="setting"></a-icon>
- <span>{{ i18n "menu.settings"}}</span>
+ <span><b>{{ i18n "menu.settings"}}</b></span>
</a-menu-item>
<a-menu-item key="{{ .base_path }}panel/xray">
<a-icon type="tool"></a-icon>
- <span>{{ i18n "menu.xray"}}</span>
+ <span><b>{{ i18n "menu.xray"}}</b></span>
</a-menu-item>
<!--<a-menu-item key="{{ .base_path }}panel/clients">-->
<!-- <a-icon type="laptop"></a-icon>-->
@@ -21,7 +21,7 @@
<!--</a-menu-item>-->
<a-menu-item key="{{ .base_path }}logout">
<a-icon type="logout"></a-icon>
- <span>{{ i18n "menu.logout"}}</span>
+ <span><b>{{ i18n "menu.logout"}}</b></span>
</a-menu-item>
{{end}}