From 6d28c39ae845cb0ac6e35562aaa52d8219b95bc8 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 12 Feb 2023 17:20:09 +0330 Subject: en lang edit, new designed --- web/html/xui/inbound_info_modal.html | 118 +++++++++++++++++++++++++++-------- 1 file changed, 93 insertions(+), 25 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 bcd2b25f..14809ab7 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -1,9 +1,65 @@ {{define "inboundInfoModal"}} -{{template "component/inboundInfo"}} - - + + + + + + + + + +
+ + + + +
{{ i18n "protocol" }}[[ dbInbound.protocol ]]
{{ i18n "pages.inbounds.address" }}[[ dbInbound.address ]]
{{ i18n "pages.inbounds.port" }}[[ dbInbound.port ]]
+
+ + + + + + + + + + + +
{{ i18n "transmission" }}[[ inbound.network ]]
+
+ tls: {{ i18n "enabled" }}
+ tls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]] +
+ xtls: {{ i18n "enabled" }}
+ xtls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]] +
tls: {{ i18n "disabled" }} +
+ {{ i18n "pages.inbounds.client" }} +
-- cgit v1.2.3