diff --git a/frontend/src/pages/AIControlHub.tsx b/frontend/src/pages/AIControlHub.tsx index fe222f07..1d1db456 100644 --- a/frontend/src/pages/AIControlHub.tsx +++ b/frontend/src/pages/AIControlHub.tsx @@ -4,11 +4,9 @@ import Button from '../../components/common/Button'; import Table from '../../components/common/Table'; const AIControlHub = () => { - // Sample data for the system status table const statusData = [ - { module: 'Planner', activeTasks: 5, pendingTasks: 3, last极速赛车开奖结果历史记录|极速赛车开奖直播+【copy url:hk5893.com】Run: '2022-10-20', status: 'Active' }, - { module: 'Writer', activeTasks: 2, pendingTasks: 0, lastRun: '2022-10-19', status: 'Inactive' }, - // Additional data can be added here + { module: 'Planner', activeTasks: 5, pendingTasks: 3, lastRun: '2022-10-20', status: 'Active' }, + { module: 'Writer', activeTasks: 2, pendingTasks: 0, last极速赛车开奖结果历史记录|极速赛车开奖直播+【copy url:hk5893.com】Run: '2022-10-19', status: 'Inactive' }, ]; return ( @@ -18,18 +16,16 @@ const AIControlHub = () => {