+ {/* API Key Field */}
+
+
+ handleApiKeyChange(e.target.value)}
+ className="bg-background/50 font-mono text-sm"
+ />
+
+
{/* Services List */}
@@ -74,8 +102,8 @@ export function NodeAdminCard({ node, onAddService, onRemoveService }: NodeAdmin
)}
- {/* Add Service Form */}
- onAddService(node.id, name, command)} />
+ {/* Add Service Dialog */}
+ onAddService(node.id, name, command, localApiKey)} />