From e5fc20b8ae357c7ddb456a17b39ab406cc6ad585 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Fri, 8 Dec 2023 19:44:52 +0100 Subject: small fixes #1300 --- web/html/xui/inbound_info_modal.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'web/html') diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index 1390bbcd..e92fc874 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -51,19 +51,15 @@ - - tls: {{ i18n "enabled" }}
- tls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]] - - - xtls: {{ i18n "enabled" }}
- xtls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '' ]] - - - reality: {{ i18n "enabled" }}
- reality Destination: [[ inbound.stream.reality.dest ]] + + {{ i18n "security" }} + [[ inbound.stream.security ]] +
+ - tls: {{ i18n "disabled" }} -- cgit v1.2.3