From e300fbc7cb18acd7239844c9ac7aac698dbd7cb5 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Tue, 12 Dec 2023 20:03:29 +0330 Subject: Update inbound_info_modal.html (#1342) * Update login.html * Update custom.css * Update inbound_info_modal.html * Update custom.css * Update custom.css --- web/html/xui/form/client.html | 2 +- web/html/xui/form/tls_settings.html | 8 ++++---- web/html/xui/inbound_info_modal.html | 26 +++++++++++++------------- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'web/html/xui') diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 30bf6566..0ade5241 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -39,7 +39,7 @@ ID - + diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index d277df79..1aa53193 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -327,7 +327,7 @@ - + @@ -337,7 +337,7 @@ - + @@ -369,7 +369,7 @@ - + @@ -380,7 +380,7 @@ + style="width: 250px"> diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index 9d1527b0..1a9c4ac0 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -11,7 +11,7 @@ - +
{{ i18n "protocol" }}[[ dbInbound.protocol ]]
{{ i18n "pages.inbounds.address" }}[[ dbInbound.address ]]
{{ i18n "pages.inbounds.address" }}[[ dbInbound.address ]]
{{ i18n "pages.inbounds.port" }}[[ dbInbound.port ]]
@@ -24,28 +24,28 @@ {{ i18n "host" }} [[ inbound.host ]] - {{ i18n "none" }} + {{ i18n "none" }} {{ i18n "path" }} - [[ inbound.path ]] + [[ inbound.path ]] {{ i18n "none" }} @@ -68,7 +68,7 @@ [[ inbound.settings.method ]] {{ i18n "password" }} - [[ inbound.settings.password ]] + [[ inbound.settings.password ]] {{ i18n "pages.inbounds.network" }} [[ inbound.settings.network ]] @@ -83,7 +83,7 @@ ID - [[ infoModal.clientSettings.id ]] + [[ infoModal.clientSettings.id ]] Flow @@ -91,7 +91,7 @@ Password - [[ infoModal.clientSettings.password ]] + [[ infoModal.clientSettings.password ]] {{ i18n "status" }} @@ -324,4 +324,4 @@ }); -{{end}} \ No newline at end of file +{{end}} -- cgit v1.2.3