mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
bug fix
This commit is contained in:
parent
3a6bca794f
commit
5a5f7afb68
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
||||||
<a-select v-model="balancerModal.balancer.strategy" :dropdown-class-name="themeSwitcher.currentTheme">
|
<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="random">Random</a-select-option>
|
||||||
<a-select-option value="roundRobin">Round Robin</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="leastLoad">Least Load</a-select-option>
|
||||||
<a-select-option value="leastping">Least Ping</a-select-option>
|
<a-select-option value="leastPing">Least Ping</a-select-option>
|
||||||
</a-select>
|
</a-select>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item label='{{ i18n "pages.xray.balancer.balancerSelectors" }}' has-feedback
|
<a-form-item label='{{ i18n "pages.xray.balancer.balancerSelectors" }}' has-feedback
|
||||||
|
|
Loading…
Reference in a new issue