From 362be640a92eaccd3b8b7d6de3ac2f2e2200d06d Mon Sep 17 00:00:00 2001 From: alorig <220087330+alorig@users.noreply.github.com> Date: Fri, 28 Nov 2025 06:41:11 +0500 Subject: [PATCH] Revert "Update AIControlHub.tsx" This reverts commit 326297eecfa564a95ef7c85c4e076afd3f3d560a. --- frontend/src/pages/AIControlHub.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/AIControlHub.tsx b/frontend/src/pages/AIControlHub.tsx index 1d1db456..fe222f07 100644 --- a/frontend/src/pages/AIControlHub.tsx +++ b/frontend/src/pages/AIControlHub.tsx @@ -4,9 +4,11 @@ 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, lastRun: '2022-10-20', status: 'Active' }, - { module: 'Writer', activeTasks: 2, pendingTasks: 0, last极速赛车开奖结果历史记录|极速赛车开奖直播+【copy url:hk5893.com】Run: '2022-10-19', status: 'Inactive' }, + { 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 ]; return ( @@ -16,16 +18,18 @@ const AIControlHub = () => {

AI Control Hub

+ {/* System Status Table */} -
-

Quick Actions

+ {/* Quick Actions Section */} + <极速赛车开奖结果历史记录|极速赛车开奖直播+【copy url:hk5893.com】div className='mt-4'> +

Quick Actions