From 1364b30eb4c327aa14a7df24424760b5a56d2560 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Sun, 8 Mar 2026 00:44:22 +0100 Subject: [PATCH] feat: add left/right cluster handles on Proxmox group node --- .../canvas/nodes/ProxmoxGroupNode.tsx | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/frontend/src/components/canvas/nodes/ProxmoxGroupNode.tsx b/frontend/src/components/canvas/nodes/ProxmoxGroupNode.tsx index db83c4e..e2e2384 100644 --- a/frontend/src/components/canvas/nodes/ProxmoxGroupNode.tsx +++ b/frontend/src/components/canvas/nodes/ProxmoxGroupNode.tsx @@ -76,6 +76,40 @@ export function ProxmoxGroupNode(props: NodeProps>) { + + {/* Cluster handles — left/right for same-cluster links */} + + + + ) }