mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-17 23:57:15 +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": "Zera os contadores de envio/recebimento para este inbound.",
|
||||
"cloneConfirmTitle": "Clonar o inbound \"{remark}\"?",
|
||||
"cloneConfirmContent": "Cria uma cópia com uma nova porta e lista de clientes vazia.",
|
||||
"delAllClients": "Excluir todos os clientes",
|
||||
"delAllClientsConfirmTitle": "Excluir todos os {count} clientes de \"{remark}\"?",
|
||||
"delAllClientsConfirmContent": "Remove todos os clientes deste inbound e descarta seus registros de tráfego. O inbound em si é mantido. Esta ação não pode ser desfeita.",
|
||||
"exportLinksTitle": "Exportar links do inbound",
|
||||
"exportSubsTitle": "Exportar links de assinatura",
|
||||
"exportAllLinksTitle": "Exportar todos os links de inbound",
|
||||
|
||||
Reference in New Issue
Block a user