From 14253c35864828458ef3eeecb05591a7ae6e641e Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Mon, 24 Mar 2025 09:57:37 +0000
Subject: chore: moving the modals to a separate directory
---
web/html/xui/modals/client_bulk_modal.html | 250 +++++++++++++++++++++++++++++
1 file changed, 250 insertions(+)
create mode 100644 web/html/xui/modals/client_bulk_modal.html
(limited to 'web/html/xui/modals/client_bulk_modal.html')
diff --git a/web/html/xui/modals/client_bulk_modal.html b/web/html/xui/modals/client_bulk_modal.html
new file mode 100644
index 00000000..88e8e645
--- /dev/null
+++ b/web/html/xui/modals/client_bulk_modal.html
@@ -0,0 +1,250 @@
+{{define "modals/clientsBulkModal"}}
+
+
+
+
+ Random
+ Random+Prefix
+ Random+Prefix+Num
+ Random+Prefix+Num+Postfix
+ Prefix+Num+Postfix
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ [[ key ]]
+
+
+
+
+ {{ i18n "none" }}
+ [[ key ]]
+
+
+
+
+
+
+ {{ i18n "pages.inbounds.subscriptionDesc" }}
+
+ Subscription
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.inbounds.telegramDesc" }}
+
+ Telegram ChatID
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.inbounds.IPLimitDesc" }}
+
+ {{ i18n "pages.inbounds.IPLimit" }}
+
+
+
+
+
+
+
+
+
+ 0 {{ i18n "pages.inbounds.meansNoLimit" }}
+
+ {{ i18n "pages.inbounds.totalFlow" }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.inbounds.leaveBlankToNeverExpire" }}
+
+ {{ i18n "pages.inbounds.expireDate" }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.client.renewDesc" }}
+
+ {{ i18n "pages.client.renew" }}
+
+
+
+
+
+
+
+
+{{end}}
\ No newline at end of file
--
cgit v1.2.3