mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-02 00:17: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": "このインバウンドの送受信カウンタを 0 にリセットします。",
|
||||
"cloneConfirmTitle": "インバウンド「{remark}」を複製しますか?",
|
||||
"cloneConfirmContent": "新しいポートと空のクライアント一覧でコピーを作成します。",
|
||||
"delAllClients": "すべてのクライアントを削除",
|
||||
"delAllClientsConfirmTitle": "「{remark}」から {count} 件のクライアントをすべて削除しますか?",
|
||||
"delAllClientsConfirmContent": "このインバウンドからすべてのクライアントを削除し、トラフィックレコードも破棄します。インバウンド自体は保持されます。この操作は取り消せません。",
|
||||
"exportLinksTitle": "インバウンドリンクのエクスポート",
|
||||
"exportSubsTitle": "サブスクリプションリンクのエクスポート",
|
||||
"exportAllLinksTitle": "全インバウンドリンクのエクスポート",
|
||||
|
||||
Reference in New Issue
Block a user