From 76afff2a6f5bcc2fad72955f15a216d0eebacacd Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Tue, 16 Sep 2025 02:25:21 -0500 Subject: UI Improvements and Fixes (#3470) --- web/html/index.html | 6 +++--- web/html/modals/inbound_info_modal.html | 5 +++-- web/html/subscription.html | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) (limited to 'web/html') diff --git a/web/html/index.html b/web/html/index.html index 6f691876..2ff8db3e 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -2,7 +2,7 @@ {{ template "page/head_end" .}} {{ template "page/body_start" .}} - + @@ -88,7 +88,7 @@ diff --git a/web/html/modals/inbound_info_modal.html b/web/html/modals/inbound_info_modal.html index 7b7b0af7..8b825ca8 100644 --- a/web/html/modals/inbound_info_modal.html +++ b/web/html/modals/inbound_info_modal.html @@ -102,14 +102,15 @@ [[ inbound.stream.security ]]
Authentication - [[ inbound.settings.selectedAuth ? inbound.settings.selectedAuth : '' ]] + [[ inbound.settings.selectedAuth ? inbound.settings.selectedAuth : '' ]] + {{ i18n "none" }}
{{ i18n "encryption" }} [[ inbound.settings.encryption ? inbound.settings.encryption : '' ]]
diff --git a/web/html/subscription.html b/web/html/subscription.html index e96a78f1..aad9ec0d 100644 --- a/web/html/subscription.html +++ b/web/html/subscription.html @@ -9,7 +9,7 @@ {{ template "page/head_end" .}} {{ template "page/body_start" .}} - + @@ -200,7 +200,7 @@ style="text-align:center;"> - Android @@ -225,7 +225,7 @@ style="text-align:center;"> - iOS -- cgit v1.2.3