From d042f565ba7e9d72c54081c68bed285b7f473f62 Mon Sep 17 00:00:00 2001 From: alorig <220087330+alorig@users.noreply.github.com> Date: Fri, 28 Nov 2025 06:41:32 +0500 Subject: [PATCH] Revert "test" This reverts commit cc4752a25aa63395e3c0879196bc6ea37d6f93a3. --- frontend/src/layout/AppSidebar.tsx | 5 ---- frontend/src/pages/AIControlHub.tsx | 44 ----------------------------- 2 files changed, 49 deletions(-) delete mode 100644 frontend/src/pages/AIControlHub.tsx diff --git a/frontend/src/layout/AppSidebar.tsx b/frontend/src/layout/AppSidebar.tsx index 8c90b5fb..7869013a 100644 --- a/frontend/src/layout/AppSidebar.tsx +++ b/frontend/src/layout/AppSidebar.tsx @@ -169,11 +169,6 @@ const AppSidebar: React.FC = () => { name: "Dashboard", path: "/", }, - { - icon: , - name: "AI Control Hub", - path: "/ai-control-hub", - }, ], }, { diff --git a/frontend/src/pages/AIControlHub.tsx b/frontend/src/pages/AIControlHub.tsx deleted file mode 100644 index fe222f07..00000000 --- a/frontend/src/pages/AIControlHub.tsx +++ /dev/null @@ -1,44 +0,0 @@ -import React from 'react'; -import PageMeta from '../../components/common/PageMeta'; -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 - ]; - - return ( -
- -
-

AI Control Hub

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

Quick Actions -
-
- - - ); -}; - -export default AIControlHub; \ No newline at end of file