diff --git a/frontend/src/layout/AppSidebar.tsx b/frontend/src/layout/AppSidebar.tsx
index 7869013a..8c90b5fb 100644
--- a/frontend/src/layout/AppSidebar.tsx
+++ b/frontend/src/layout/AppSidebar.tsx
@@ -169,6 +169,11 @@ 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
new file mode 100644
index 00000000..fe222f07
--- /dev/null
+++ b/frontend/src/pages/AIControlHub.tsx
@@ -0,0 +1,44 @@
+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