feat: DAG画布嵌入项目详情页,任务节点点击弹详情Modal
This commit is contained in:
@@ -18,7 +18,6 @@ import {
|
|||||||
AuditOutlined,
|
AuditOutlined,
|
||||||
AlertOutlined,
|
AlertOutlined,
|
||||||
BookOutlined,
|
BookOutlined,
|
||||||
ApartmentOutlined,
|
|
||||||
LogoutOutlined,
|
LogoutOutlined,
|
||||||
MenuFoldOutlined,
|
MenuFoldOutlined,
|
||||||
MenuUnfoldOutlined,
|
MenuUnfoldOutlined,
|
||||||
@@ -63,11 +62,6 @@ const menuItems: MenuProps['items'] = [
|
|||||||
icon: <CheckSquareOutlined />,
|
icon: <CheckSquareOutlined />,
|
||||||
label: '任务管理',
|
label: '任务管理',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: '/dag',
|
|
||||||
icon: <ApartmentOutlined />,
|
|
||||||
label: 'DAG 编排',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: '/workers',
|
key: '/workers',
|
||||||
icon: <RobotOutlined />,
|
icon: <RobotOutlined />,
|
||||||
|
|||||||
Reference in New Issue
Block a user