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: [PATCH] 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.html | 166 ++++++++++++++++++++++++- web/html/xui/xray_balancer_modal.html | 111 +++++++++++++++++ web/html/xui/xray_rule_modal.html | 23 +++- web/translation/translate.en_US.toml | 11 ++ web/translation/translate.es_ES.toml | 11 ++ web/translation/translate.fa_IR.toml | 11 ++ web/translation/translate.ru_RU.toml | 11 ++ web/translation/translate.vi_VN.toml | 11 ++ web/translation/translate.zh_Hans.toml | 11 ++ 9 files changed, 363 insertions(+), 3 deletions(-) create mode 100644 web/html/xui/xray_balancer_modal.html diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 267103cb..a144c766 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -327,6 +327,14 @@ [[ rule.outboundTag ]] +