diff --git a/orchestrator/src/client/components/DiscoveredPanel.tsx b/orchestrator/src/client/components/DiscoveredPanel.tsx index 16c091d..aab35e2 100644 --- a/orchestrator/src/client/components/DiscoveredPanel.tsx +++ b/orchestrator/src/client/components/DiscoveredPanel.tsx @@ -148,6 +148,32 @@ const DecideMode: React.FC = ({ )} + + {/* Primary/Secondary actions */} +
+ + +
@@ -184,7 +210,7 @@ const DecideMode: React.FC = ({ {/* Actions - clear hierarchy */} -
+
{/* External link - tertiary */} - - {/* Primary/Secondary actions */} -
- - -
);