diff --git a/web/html/modals/client_bulk_modal.html b/web/html/modals/client_bulk_modal.html
index ac0fa011..7f85948c 100644
--- a/web/html/modals/client_bulk_modal.html
+++ b/web/html/modals/client_bulk_modal.html
@@ -51,6 +51,22 @@
+
+
+
+
+ {{ i18n "pages.inbounds.speedLimit" }}
+
+
+
+ KB/s
+
+
+
+
@@ -137,6 +153,10 @@
quantity: 1,
totalGB: 0,
limitIp: 0,
+
+
+ speedLimit: 0,
+
expiryTime: '',
emailMethod: 0,
firstNum: 1,
@@ -168,6 +188,10 @@
newClient.email += useNum ? prefix + i.toString() + postfix : prefix + postfix;
if (clientsBulkModal.subId.length > 0) newClient.subId = clientsBulkModal.subId;
newClient.tgId = clientsBulkModal.tgId;
+
+
+ newClient.speedLimit = clientsBulkModal.speedLimit;
+
newClient.security = clientsBulkModal.security;
newClient.limitIp = clientsBulkModal.limitIp;
newClient._totalGB = clientsBulkModal.totalGB;
@@ -191,6 +215,10 @@
this.okText = okText;
this.confirm = confirm;
this.quantity = 1;
+
+
+ this.speedLimit = 0;
+
this.totalGB = 0;
this.expiryTime = 0;
this.emailMethod = 0;
@@ -247,4 +275,4 @@
});
-{{end}}
\ No newline at end of file
+{{end}}