diff --git a/orchestrator/src/client/pages/OrchestratorPage.tsx b/orchestrator/src/client/pages/OrchestratorPage.tsx index 186f587..4226d8b 100644 --- a/orchestrator/src/client/pages/OrchestratorPage.tsx +++ b/orchestrator/src/client/pages/OrchestratorPage.tsx @@ -20,10 +20,10 @@ import { MapPin, MoreHorizontal, Play, - RefreshCcw, Save, Search, Settings, + Shield, Sparkles, XCircle, } from "lucide-react"; @@ -638,8 +638,10 @@ export const OrchestratorPage: React.FC = () => {
-