diff options
Diffstat (limited to 'web/html/xui/xray_balancer_modal.html')
| -rw-r--r-- | web/html/xui/xray_balancer_modal.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/xui/xray_balancer_modal.html b/web/html/xui/xray_balancer_modal.html index 6784de4c..d4d93111 100644 --- a/web/html/xui/xray_balancer_modal.html +++ b/web/html/xui/xray_balancer_modal.html @@ -21,6 +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> </a-form-item> <a-form-item label='{{ i18n "pages.xray.balancer.balancerSelectors" }}' has-feedback |
