diff --git a/frontend/src/components/AppLayout.tsx b/frontend/src/components/AppLayout.tsx
index 51a7f9e..d302a43 100644
--- a/frontend/src/components/AppLayout.tsx
+++ b/frontend/src/components/AppLayout.tsx
@@ -18,6 +18,7 @@ import {
AuditOutlined,
AlertOutlined,
BookOutlined,
+ ApartmentOutlined,
LogoutOutlined,
MenuFoldOutlined,
MenuUnfoldOutlined,
@@ -62,6 +63,11 @@ const menuItems: MenuProps['items'] = [
icon: ,
label: '任务管理',
},
+ {
+ key: '/dag',
+ icon: ,
+ label: 'DAG 编排',
+ },
{
key: '/workers',
icon: ,