diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-02 11:18:44 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-04-02 11:43:32 +0300 |
| commit | 5a5f7afb689f6cfb33e02a47267cf550baabd2ec (patch) | |
| tree | 59c3049e2da10d6b297e354f32465778e0b1a881 | |
| parent | 3a6bca794f11ba94bad9095a7d0de84719dab46d (diff) | |
bug fix
| -rw-r--r-- | web/html/xui/xray_balancer_modal.html | 4 |
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 |
