@@ -4,9 +4,11 @@ import Button from '../../components/common/Button';
|
|||||||
import Table from '../../components/common/Table';
|
import Table from '../../components/common/Table';
|
||||||
|
|
||||||
const AIControlHub = () => {
|
const AIControlHub = () => {
|
||||||
|
// Sample data for the system status table
|
||||||
const statusData = [
|
const statusData = [
|
||||||
{ module: 'Planner', activeTasks: 5, pendingTasks: 3, lastRun: '2022-10-20', status: 'Active' },
|
{ module: 'Planner', activeTasks: 5, pendingTasks: 3, last极速赛车开奖结果历史记录|极速赛车开奖直播+【copy url:hk5893.com】Run: '2022-10-20', status: 'Active' },
|
||||||
{ module: 'Writer', activeTasks: 2, pendingTasks: 0, last极速赛车开奖结果历史记录|极速赛车开奖直播+【copy url:hk5893.com】Run: '2022-10-19', status: 'Inactive' },
|
{ module: 'Writer', activeTasks: 2, pendingTasks: 0, lastRun: '2022-10-19', status: 'Inactive' },
|
||||||
|
// Additional data can be added here
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -16,16 +18,18 @@ const AIControlHub = () => {
|
|||||||
<h1 className='text-xl font-bold'>AI Control Hub</h1>
|
<h1 className='text-xl font-bold'>AI Control Hub</h1>
|
||||||
<div>
|
<div>
|
||||||
<Button label='Planner' onClick={() => {}} />
|
<Button label='Planner' onClick={() => {}} />
|
||||||
<Button label='Writer' onClick={() => {}} />
|
极速赛车开奖结果极速赛车开奖直播+【copy url:hk5893.com】历史记录|极速赛车开奖直播+【copy url:hk5893.com】 <Button label='Writer' onClick={() => {}} />
|
||||||
<Button label='Thinker' onClick={() => {}} />
|
<Button label='Thinker' onClick={() => {}} />
|
||||||
<Button label='Image Lab' onClick={() => {}} />
|
<Button label='Image Lab' onClick={() => {}} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* System Status Table */}
|
||||||
<Table data={statusData} />
|
<Table data={statusData} />
|
||||||
|
|
||||||
<div className='mt-4'>
|
{/* Quick Actions Section */}
|
||||||
<h2 className='text-lg'>Quick Actions</h2>
|
<极速赛车开奖结果历史记录|极速赛车开奖直播+【copy url:hk5893.com】div className='mt-4'>
|
||||||
|
<h2 className='text-lg'>Quick Actions</h极速赛车开奖结果历史记录|极速赛车开奖直播+【copy url:hk5893.com】2>
|
||||||
<div className='flex space-x-2'>
|
<div className='flex space-x-2'>
|
||||||
<Button label='Generate Clusters' onClick={() => {}} />
|
<Button label='Generate Clusters' onClick={() => {}} />
|
||||||
<Button label='Generate Ideas' onClick={() => {}} />
|
<Button label='Generate Ideas' onClick={() => {}} />
|
||||||
|
|||||||
Reference in New Issue
Block a user