mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-30 23:17:14 +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