feat: DAG可视化编排画布 - 图查询/依赖增删接口 + React Flow画布
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
|||||||
AuditOutlined,
|
AuditOutlined,
|
||||||
AlertOutlined,
|
AlertOutlined,
|
||||||
BookOutlined,
|
BookOutlined,
|
||||||
|
ApartmentOutlined,
|
||||||
LogoutOutlined,
|
LogoutOutlined,
|
||||||
MenuFoldOutlined,
|
MenuFoldOutlined,
|
||||||
MenuUnfoldOutlined,
|
MenuUnfoldOutlined,
|
||||||
@@ -62,6 +63,11 @@ 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