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
path: root/web
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-04-02 11:18:44 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-04-02 11:43:32 +0300
commit5a5f7afb689f6cfb33e02a47267cf550baabd2ec (patch)
tree59c3049e2da10d6b297e354f32465778e0b1a881 /web
parent3a6bca794f11ba94bad9095a7d0de84719dab46d (diff)
bug fix
Diffstat (limited to 'web')
-rw-r--r--web/html/xui/xray_balancer_modal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/xray_balancer_modal.html b/web/html/xui/xray_balancer_modal.html
index d4d93111..5db48079 100644
--- a/web/html/xui/xray_balancer_modal.html
+++ b/web/html/xui/xray_balancer_modal.html
@@ -21,8 +21,8 @@
<a-select v-model="balancerModal.balancer.strategy" :dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option value="random">Random</a-select-option>
<a-select-option value="roundRobin">Round Robin</a-select-option>
- <a-select-option value="leastload">Least Load</a-select-option>
- <a-select-option value="leastping">Least Ping</a-select-option>
+ <a-select-option value="leastLoad">Least Load</a-select-option>
+ <a-select-option value="leastPing">Least Ping</a-select-option>
</a-select>
</a-form-item>
<a-form-item label='{{ i18n "pages.xray.balancer.balancerSelectors" }}' has-feedback