From 7b15274c842b31e8caded3e7f272237f31824852 Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Mon, 24 Mar 2025 09:45:15 +0000
Subject: chore: moving the settings tabs to a separate directory
---
web/html/xui/settings/xray/balancers.html | 53 +++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
create mode 100644 web/html/xui/settings/xray/balancers.html
(limited to 'web/html/xui/settings/xray/balancers.html')
diff --git a/web/html/xui/settings/xray/balancers.html b/web/html/xui/settings/xray/balancers.html
new file mode 100644
index 00000000..7e062ec0
--- /dev/null
+++ b/web/html/xui/settings/xray/balancers.html
@@ -0,0 +1,53 @@
+{{define "settings/xray/balancers"}}
+
+
+
+ {{ i18n "pages.xray.balancer.addBalancer"}}
+
+
+
+ [[ index+1 ]]
+
+ e.preventDefault()" type="more"
+ style="font-size: 16px; text-decoration: bold;">
+
+
+
+ {{ i18n "edit" }}
+
+
+
+
+ {{ i18n "delete"}}
+
+
+
+
+
+
+ Random
+ Round Robin
+ Least Load
+ Least Ping
+
+
+ [[ sel ]]
+
+
+
+ Observatory
+ Burst Observatory
+
+
+
+
+
+
+
+ {{ i18n "pages.xray.balancer.addBalancer"}}
+
+
+
+{{end}}
\ No newline at end of file
--
cgit v1.2.3