From bea19a263db88fef44b4356082b199fbfcc39a25 Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Sun, 6 Apr 2025 16:40:33 +0700
Subject: Code refactoring (#2865)
* refactor: use vue inline styles in entire application
* refactor: setting row in dashboard page
* refactor: use blob for download file in text modal
* refactor: move all html templates in `web/html` folder
* refactor: `DeviceUtils` -> `MediaQueryMixin`
The transition to mixins has been made, as they can update themselves.
* chore: pretty right buttons in `outbounds` tab in xray settings
* refactor: add translations for system status
* refactor: adjust gutter spacing in setting list item
* refactor: use native `a-input-password` for password field
* chore: return old system status
with new translations
* chore: add missing translation
---
web/html/modals/client_bulk_modal.html | 250 +++++++++++++++++++++++++++++++++
1 file changed, 250 insertions(+)
create mode 100644 web/html/modals/client_bulk_modal.html
(limited to 'web/html/modals/client_bulk_modal.html')
diff --git a/web/html/modals/client_bulk_modal.html b/web/html/modals/client_bulk_modal.html
new file mode 100644
index 00000000..d6bcfcd6
--- /dev/null
+++ b/web/html/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