diff --git a/frontend/src/components/canvas/nodes/ProxmoxGroupNode.tsx b/frontend/src/components/canvas/nodes/ProxmoxGroupNode.tsx index 2f18293..f392f24 100644 --- a/frontend/src/components/canvas/nodes/ProxmoxGroupNode.tsx +++ b/frontend/src/components/canvas/nodes/ProxmoxGroupNode.tsx @@ -20,10 +20,8 @@ export function ProxmoxGroupNode(props: NodeProps>) { return ( <> - - - - + + ) } @@ -86,10 +84,8 @@ export function ProxmoxGroupNode(props: NodeProps>) { {/* Cluster handles — left/right for same-cluster links */} - - - - + + ) }