mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-04 17:37:19 +00:00
feat(inbounds): row action to delete all clients of an inbound
Adds POST /panel/api/inbounds/:id/delAllClients that collects every client email from settings.clients[] and runs ClientService.BulkDelete in one pass. Row action lives in the More menu as a danger item, only shown for multi-user inbounds that currently have at least one client; confirmation modal displays the live client count.
This commit is contained in:
@@ -289,6 +289,9 @@
|
||||
"resetConfirmContent": "Đặt lại bộ đếm lên/xuống về 0 cho inbound này.",
|
||||
"cloneConfirmTitle": "Sao chép inbound \"{remark}\"?",
|
||||
"cloneConfirmContent": "Tạo bản sao với cổng mới và danh sách khách hàng trống.",
|
||||
"delAllClients": "Xóa tất cả khách hàng",
|
||||
"delAllClientsConfirmTitle": "Xóa toàn bộ {count} khách hàng khỏi \"{remark}\"?",
|
||||
"delAllClientsConfirmContent": "Xóa mọi khách hàng khỏi inbound này và hủy bản ghi lưu lượng của họ. Bản thân inbound vẫn được giữ lại. Hành động này không thể hoàn tác.",
|
||||
"exportLinksTitle": "Xuất liên kết inbound",
|
||||
"exportSubsTitle": "Xuất liên kết đăng ký",
|
||||
"exportAllLinksTitle": "Xuất tất cả liên kết inbound",
|
||||
|
||||
Reference in New Issue
Block a user