From 5b87b1253555b7e932f79bd86795e350f9f3de2e Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 11 Mar 2024 16:14:24 +0330 Subject: [sub] JSON sub enhancement + minor changes Co-Authored-By: Alireza Ahmadi --- web/html/common/qrcode_modal.html | 9 +++++---- web/html/xui/inbound_modal.html | 9 +++++---- web/html/xui/index.html | 14 +++++--------- web/html/xui/settings.html | 37 +++++++++++++++++++++++++++++++++---- 4 files changed, 48 insertions(+), 21 deletions(-) (limited to 'web/html') diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 3fcfdfc1..0e2b3a63 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -1,9 +1,10 @@ {{define "qrcodeModal"}} + :dialog-style="{ top: '20px' }" + :closable="true" + :class="themeSwitcher.currentTheme" + :footer="null" + width="300px"> {{ i18n "pages.inbounds.clickOnQRcode" }} diff --git a/web/html/xui/inbound_modal.html b/web/html/xui/inbound_modal.html index fa89fada..f605b4fd 100644 --- a/web/html/xui/inbound_modal.html +++ b/web/html/xui/inbound_modal.html @@ -1,8 +1,9 @@ {{define "inboundModal"}} - + {{template "form/inbound"}}