mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-28 14:07:13 +00:00
feat(frontend): multi-node cloning initial implementation (#6216)
* feat(frontend): multinode cloning initial implementation * fix(frontend): harden live node detection in multinode cloning Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fix(frontend): add aria label to clone inbound modal * fix(frontend): shallow copy inbound settings during cloning * fix(frontend): avoid potential port conflict during testing * fix(frontend): selection buttons and websocket selection reset fix --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -412,6 +412,8 @@
|
||||
"inboundCreateSuccess": "インバウンドが正常に作成されました",
|
||||
"bulkDeleted": "{count} 件のインバウンドを削除しました",
|
||||
"bulkDeletedMixed": "{ok} 件削除、{failed} 件失敗",
|
||||
"clonedMany": "{count} 件のインバウンドを複製しました",
|
||||
"clonedMixed": "{ok} 件複製、{failed} 件失敗",
|
||||
"inboundDeleteSuccess": "インバウンドが正常に削除されました",
|
||||
"inboundClientAddSuccess": "インバウンドクライアントが追加されました",
|
||||
"inboundClientDeleteSuccess": "インバウンドクライアントが削除されました",
|
||||
|
||||
Reference in New Issue
Block a user