From c53cee31f5a64ed3292f977bf5a0749324eb78a2 Mon Sep 17 00:00:00 2001
From: Saeid <43953720+surbiks@users.noreply.github.com>
Date: Tue, 6 Feb 2024 11:40:49 +0330
Subject: Manage balancers in settings UI (#1759)
* add balancer config to ui
* manage balancer in rules table
* fix balancer translations
* fix edit button text
---
web/html/xui/xray_balancer_modal.html | 111 ++++++++++++++++++++++++++++++++++
1 file changed, 111 insertions(+)
create mode 100644 web/html/xui/xray_balancer_modal.html
(limited to 'web/html/xui/xray_balancer_modal.html')
diff --git a/web/html/xui/xray_balancer_modal.html b/web/html/xui/xray_balancer_modal.html
new file mode 100644
index 00000000..11eea378
--- /dev/null
+++ b/web/html/xui/xray_balancer_modal.html
@@ -0,0 +1,111 @@
+{{define "balancerModal"}}
+
+
+
+
+
+
+
+ Random
+ Round Robin
+
+
+
+
+ [[ tag ]]
+
+
+
+
+
+
+{{end}}
\ No newline at end of file
--
cgit v1.2.3