diff --git a/frontend/src/components/modals/NodeModal.tsx b/frontend/src/components/modals/NodeModal.tsx index 4d9b18a..18bf616 100644 --- a/frontend/src/components/modals/NodeModal.tsx +++ b/frontend/src/components/modals/NodeModal.tsx @@ -111,7 +111,7 @@ export function NodeModal({ open, onClose, onSubmit, initial, title = 'Add Node' {NODE_TYPE_GROUPS.map((group, i) => ( - {i > 0 && } + {i > 0 && } {group.label} @@ -320,9 +320,9 @@ export function NodeModal({ open, onClose, onSubmit, initial, title = 'Add Node' style={{ background: form.container_mode ? '#ff6e00' : '#30363d' }} > @@ -331,7 +331,7 @@ export function NodeModal({ open, onClose, onSubmit, initial, title = 'Add Node' {/* Service visibility */} {form.type !== 'groupRect' && form.type !== 'group' && ( -
+
Display discovered services on the node card @@ -345,11 +345,11 @@ export function NodeModal({ open, onClose, onSubmit, initial, title = 'Add Node' ...form.custom_colors, show_services: !showServicesEnabled, })} - className="relative inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full p-0.5 transition-colors focus:outline-none" + className="relative inline-flex h-5 w-9 mt-1 shrink-0 cursor-pointer rounded-full transition-colors focus:outline-none" style={{ background: showServicesEnabled ? resolvedNodeColors.icon : '#30363d' }} >