From 816adfc3ea6ae6474e08fbba6476277e3d99707f Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Mon, 15 Jul 2024 00:09:31 +0200 Subject: fallback outbound in balancer Co-Authored-By: Alireza Ahmadi --- web/html/xui/xray_balancer_modal.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'web/html/xui/xray_balancer_modal.html') diff --git a/web/html/xui/xray_balancer_modal.html b/web/html/xui/xray_balancer_modal.html index 5db48079..de2a0acb 100644 --- a/web/html/xui/xray_balancer_modal.html +++ b/web/html/xui/xray_balancer_modal.html @@ -25,13 +25,19 @@ Least Ping - + [[ tag ]] + + + [[ tag ]] + + @@ -48,7 +54,8 @@ balancer: { tag: '', strategy: 'random', - selector: [] + selector: [], + fallbackTag: '' }, outboundTags: [], balancerTags:[], @@ -71,7 +78,8 @@ balancerModal.balancer = { tag: '', strategy: 'random', - selector: [] + selector: [], + fallbackTag: '' }; } this.balancerTags = balancerTags.filter((tag) => tag != balancer.tag); -- cgit v1.2.3