mhsanaei 11 bulan lalu
induk
melakukan
5a5f7afb68
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      web/html/xui/xray_balancer_modal.html

+ 2 - 2
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