mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-26 21:17:14 +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": "Restablece los contadores de subida/bajada a 0 para este inbound.",
|
||||
"cloneConfirmTitle": "¿Clonar el inbound \"{remark}\"?",
|
||||
"cloneConfirmContent": "Crea una copia con un puerto nuevo y una lista de clientes vacía.",
|
||||
"delAllClients": "Eliminar todos los clientes",
|
||||
"delAllClientsConfirmTitle": "¿Eliminar los {count} clientes de \"{remark}\"?",
|
||||
"delAllClientsConfirmContent": "Elimina todos los clientes de este inbound y sus registros de tráfico. El inbound se mantiene. Esto no se puede deshacer.",
|
||||
"exportLinksTitle": "Exportar enlaces del inbound",
|
||||
"exportSubsTitle": "Exportar enlaces de suscripción",
|
||||
"exportAllLinksTitle": "Exportar todos los enlaces de inbound",
|
||||
|
||||
Reference in New Issue
Block a user