diff options
Diffstat (limited to 'web/html')
| -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 |
