From 8d18c8e98f1b6531d1997feb6933419d71401968 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 13 Dec 2023 19:27:36 +0330 Subject: [gui] redesign forms Co-Authored-By: Alireza Ahmadi --- web/html/xui/inbound_info_modal.html | 291 +++++++++++++++++++---------------- 1 file changed, 158 insertions(+), 133 deletions(-) (limited to 'web/html/xui/inbound_info_modal.html') diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index 1a9c4ac0..c263415a 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -3,72 +3,89 @@ v-model="infoModal.visible" title='{{ i18n "pages.inbounds.details"}}' :closable="true" :mask-closable="true" - :class="themeSwitcher.currentTheme" :footer="null" width="600px" + :class="themeSwitcher.currentTheme" > - - - - - - -
- - - - -
{{ i18n "protocol" }}[[ dbInbound.protocol ]]
{{ i18n "pages.inbounds.address" }}[[ dbInbound.address ]]
{{ i18n "pages.inbounds.port" }}[[ dbInbound.port ]]
-
- - - - - - - - - - - -
{{ i18n "transmission" }}[[ inbound.network ]]
-
- {{ i18n "security" }} - [[ inbound.stream.security ]] -
- -
+ + + + + + +
{{ i18n "protocol" }}[[ dbInbound.protocol ]]
{{ i18n "pages.inbounds.address" }} + + [[ dbInbound.address ]] + +
{{ i18n "pages.inbounds.port" }}[[ dbInbound.port ]]
+
+ + + + - + @@ -83,15 +100,23 @@ - + + + + + - - + + @@ -115,69 +140,69 @@ - - - - - -
{{ i18n "encryption" }} [[ inbound.settings.method ]]
{{ i18n "password" }}[[ inbound.settings.password ]] + + [[ inbound.settings.password ]] + +
{{ i18n "pages.inbounds.network" }} [[ inbound.settings.network ]]
ID[[ infoModal.clientSettings.id ]][[ infoModal.clientSettings.id ]]
Flow [[ infoModal.clientSettings.flow ]]
Flow[[ infoModal.clientSettings.flow ]]
Password[[ infoModal.clientSettings.password ]]{{ i18n "password" }} + + [[ infoModal.clientSettings.password ]] + +
{{ i18n "status" }}{{ i18n "pages.inbounds.totalFlow" }} {{ i18n "pages.inbounds.expireDate" }}
- - [[ sizeFormat(infoModal.clientSettings.totalGB - infoModal.clientStats.up - infoModal.clientStats.down) ]] - - - - [[ sizeFormat(infoModal.clientSettings.totalGB) ]] - - - - - [[ infoModal.clientSettings.expiryTime / -86400000 ]] {{ i18n "pages.client.days" }} - -
- - - -