Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2026-04-21 18:24:42 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-04-21 18:24:42 +0300
commit733f44ef0f593d8eb987e54da7a26d1bc46a6b6e (patch)
tree0ad625a029d28c918c3dada8b87267d2d47939ae /web/html/modals/xray_rule_modal.html
parentfaec3ca0381a517d889189647c207cdec8b21e94 (diff)
balancerTags with a default empty entry
Diffstat (limited to 'web/html/modals/xray_rule_modal.html')
-rw-r--r--web/html/modals/xray_rule_modal.html1
1 files changed, 1 insertions, 0 deletions
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)];
}