feat: change to center and clean code
This commit is contained in:
@@ -22,11 +22,6 @@ const meun = [
|
||||
icon: <HomeOutlined />,
|
||||
link: '/map',
|
||||
},
|
||||
{
|
||||
title: 'Panel',
|
||||
icon: <DashboardOutlined />,
|
||||
link: '/panel/edit/list',
|
||||
},
|
||||
{
|
||||
title: 'User App',
|
||||
icon: <AppstoreOutlined />,
|
||||
@@ -37,26 +32,11 @@ const meun = [
|
||||
icon: <FolderOutlined />,
|
||||
link: '/file/edit/list',
|
||||
},
|
||||
{
|
||||
title: 'Prompt',
|
||||
icon: <MessageOutlined />,
|
||||
link: '/prompt',
|
||||
},
|
||||
{
|
||||
title: 'Container',
|
||||
icon: <CodeOutlined />,
|
||||
link: '/container/edit/list',
|
||||
},
|
||||
{
|
||||
title: 'Agent',
|
||||
icon: <RocketOutlined />,
|
||||
link: '/agent/edit/list',
|
||||
},
|
||||
{
|
||||
title: 'Chat Prompt',
|
||||
icon: <ReadOutlined />,
|
||||
link: '/chat/chat-prompt/list',
|
||||
},
|
||||
{
|
||||
title: 'Org',
|
||||
icon: <SwitcherOutlined />,
|
||||
@@ -79,7 +59,7 @@ export const LayoutMenu = () => {
|
||||
}}></div>
|
||||
<div className='w-[300px] h-full absolute top-0 left-0 bg-white'>
|
||||
<div className='flex justify-between p-6 mt-4 font-bold items-center'>
|
||||
Envision
|
||||
Envision Center
|
||||
<div>
|
||||
<Button icon={<CloseOutlined />} onClick={() => setOpen(false)}></Button>
|
||||
</div>
|
||||
@@ -93,7 +73,7 @@ export const LayoutMenu = () => {
|
||||
onClick={() => {
|
||||
if (item.link) navigate(`${item.link}`);
|
||||
else {
|
||||
message.info('About Envision');
|
||||
message.info('About Envision Center');
|
||||
}
|
||||
setOpen(false);
|
||||
}}>
|
||||
|
Reference in New Issue
Block a user