feat(mission-control): add all missing pages
- Automation: AutoRun, ExecutionLogs, ChangeLog, Brainown, HorusAI - Projects: Tasks, TaskHistory, Monday - Trading: Trading Panel, Chart, Reports, Tools (placeholders) - Leads: Lead Manager - System: System Status, Skills Panel, Command Center, Projects Panel - Council: Agents roster, Sessions, Council Chat, Voice - All pages return 200 OK
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import ExecutionLogsPanel from "@/components/mission-control/ExecutionLogsPanel";
|
||||
|
||||
export default function ExecutionLogsPage() {
|
||||
return (
|
||||
<div className="p-6">
|
||||
<ExecutionLogsPanel />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user