From 0e266b88f0eb70bf46d3ecc4df148794bc307205 Mon Sep 17 00:00:00 2001 From: Hamidreza Ghavami Date: Mon, 8 May 2023 19:14:22 +0430 Subject: update UI to use themeSwitcher --- web/html/xui/inbounds.html | 138 +++++++++++++++++++++++---------------------- 1 file changed, 71 insertions(+), 67 deletions(-) (limited to 'web/html/xui/inbounds.html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index a828a555..080a08cc 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -12,10 +12,11 @@ margin-top: 10px; } + {{ template "commonSider" . }} - + @@ -24,7 +25,7 @@ - + {{ i18n "pages.inbounds.totalDownUp" }}: @@ -41,19 +42,19 @@ {{ i18n "clients" }}: [[ total.clients ]] - + [[ total.deactive.length ]] - + [[ total.depleted.length ]] - + @@ -64,14 +65,14 @@ - +
{{ i18n "pages.inbounds.addInbound" }} {{ i18n "pages.inbounds.generalActions" }} - + {{ i18n "pages.inbounds.export" }} @@ -96,7 +97,7 @@ style="width: 65px;" v-if="isRefreshEnabled" @change="changeRefreshInterval" - :dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''"> + :dropdown-class-name="themeSwitcher.darkCardClass"> [[ key ]]s @@ -115,7 +116,7 @@ {{ i18n "pages.inbounds.operate" }} - + {{ i18n "edit" }} @@ -174,19 +175,19 @@