From 733f44ef0f593d8eb987e54da7a26d1bc46a6b6e Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 21 Apr 2026 17:24:42 +0200 Subject: balancerTags with a default empty entry --- web/html/modals/xray_rule_modal.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web/html/modals/xray_rule_modal.html') diff --git a/web/html/modals/xray_rule_modal.html b/web/html/modals/xray_rule_modal.html index e6a8bf46..ab5389c7 100644 --- a/web/html/modals/xray_rule_modal.html +++ b/web/html/modals/xray_rule_modal.html @@ -203,6 +203,7 @@ } if (app.templateSettings.reverse.portals) this.outboundTags.push(...app.templateSettings.reverse.portals.map(b => b.tag)); } + this.balancerTags = [""]; if (app.templateSettings.routing && app.templateSettings.routing.balancers) { this.balancerTags = ["", ...app.templateSettings.routing.balancers.filter((o) => !ObjectUtil.isEmpty(o.tag)).map(obj => obj.tag)]; } -- cgit v1.2.3