From e19061d513b8c4fb2207b4a553a96ea086089612 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 4 May 2026 13:20:24 +0200 Subject: TLS: Remove ECH Force Query --- web/html/modals/xray_balancer_modal.html | 37 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'web/html/modals/xray_balancer_modal.html') diff --git a/web/html/modals/xray_balancer_modal.html b/web/html/modals/xray_balancer_modal.html index fea4019a..194ed036 100644 --- a/web/html/modals/xray_balancer_modal.html +++ b/web/html/modals/xray_balancer_modal.html @@ -1,15 +1,7 @@ {{define "modals/balancerModal"}} - - [[ tag ]] + [[ tag + ]] @@ -58,7 +51,7 @@ fallbackTag: '' }, outboundTags: [], - balancerTags:[], + balancerTags: [], ok() { if (balancerModal.balancer.selector.length == 0) { balancerModal.emptySelector = true; @@ -67,7 +60,14 @@ balancerModal.emptySelector = false; ObjectUtil.execute(balancerModal.confirm, balancerModal.balancer); }, - show({ title = '', okText = '{{ i18n "sure" }}', balancerTags = [], balancer, confirm = (balancer) => { }, isEdit = false }) { + show({ + title = '', + okText = '{{ i18n "sure" }}', + balancerTags = [], + balancer, + confirm = (balancer) => {}, + isEdit = false + }) { this.title = title; this.okText = okText; this.confirm = confirm; @@ -83,7 +83,8 @@ }; } this.balancerTags = balancerTags.filter((tag) => tag != balancer.tag); - this.outboundTags = app.templateSettings.outbounds.filter((o) => !ObjectUtil.isEmpty(o.tag)).map(obj => obj.tag); + this.outboundTags = app.templateSettings.outbounds.filter((o) => !ObjectUtil.isEmpty(o.tag)).map(obj => + obj.tag); this.isEdit = isEdit; this.check(); this.checkSelector(); @@ -92,7 +93,7 @@ this.visible = false; this.loading(false); }, - loading(loading=true) { + loading(loading = true) { this.confirmLoading = loading; }, check() { @@ -115,9 +116,7 @@ data: { balancerModal: balancerModal }, - methods: { - } + methods: {} }); - {{end}} \ No newline at end of file -- cgit v1.2.3