mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-29 14:37:13 +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": "Mengatur ulang counter unggah/unduh ke 0 untuk inbound ini.",
|
||||
"cloneConfirmTitle": "Klon inbound \"{remark}\"?",
|
||||
"cloneConfirmContent": "Membuat salinan dengan port baru dan daftar klien kosong.",
|
||||
"delAllClients": "Hapus Semua Klien",
|
||||
"delAllClientsConfirmTitle": "Hapus semua {count} klien dari \"{remark}\"?",
|
||||
"delAllClientsConfirmContent": "Menghapus setiap klien dari inbound ini dan menghapus catatan trafiknya. Inbound itu sendiri dipertahankan. Tindakan ini tidak dapat dibatalkan.",
|
||||
"exportLinksTitle": "Ekspor tautan inbound",
|
||||
"exportSubsTitle": "Ekspor tautan langganan",
|
||||
"exportAllLinksTitle": "Ekspor semua tautan inbound",
|
||||
|
||||
Reference in New Issue
Block a user