From a0f5875cb32da305043630a4e497071b07621d7f Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 29 Apr 2023 22:28:50 +0330 Subject: [PATCH] [darkmode] fix UTLS - cipherSuites --- web/html/xui/form/tls_settings.html | 8 +++++--- web/html/xui/inbounds.html | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index 9cd03972..eeb83016 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -37,7 +37,7 @@ - + auto [[ key ]] @@ -56,7 +56,8 @@ - + None [[ key ]] @@ -142,7 +143,8 @@ - + [[ key ]] diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index c4e44c45..903c3238 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -263,7 +263,7 @@ }, { title: '{{ i18n "pages.inbounds.protocol" }}', align: 'left', - width: 80, + width: 90, scopedSlots: { customRender: 'protocol' }, }, { title: '{{ i18n "clients" }}',