diff --git a/web/src/components/Sidebar.vue b/web/src/components/Sidebar.vue index c9000bd..437000d 100644 --- a/web/src/components/Sidebar.vue +++ b/web/src/components/Sidebar.vue @@ -20,6 +20,7 @@ interface MenuItem { const mainMenu: MenuItem[] = [ { name: 'Dashboard', icon: 'fa-gauge', path: '/dashboard' }, { name: 'Agents', icon: 'fa-robot', badge: 3, path: '/agents' }, + { name: 'Team', icon: 'fa-users', path: '/team' }, { name: 'Skills', icon: 'fa-wand-magic-sparkles', badge: 21, path: '/mcp' }, { name: 'Tools', icon: 'fa-tools', badge: 13, path: '/model-apis' }, { name: 'Database', icon: 'fa-database', path: '/database' }, @@ -28,7 +29,6 @@ const mainMenu: MenuItem[] = [ const bottomMenu: MenuItem[] = [ { name: 'Settings', icon: 'fa-gear', path: '/settings' }, - { name: 'Team', icon: 'fa-users', path: '/team' }, ] const bottomMenu2: MenuItem[] = [ @@ -117,7 +117,7 @@ const handleUserCommand = (command: string) => {
- +| Skill Name | +Type | +Port | +Status | +Created | +Actions | +
|---|---|---|---|---|---|
|
+ {{ server.name }}
+ {{ server.description }}
+ |
+ + {{ server.type }} + | +{{ server.port }} | +
+
+
+ {{ server.status }}
+
+ |
+ {{ server.createdAt }} | +
+
+
+
+
+
+ |
+
No skills found
+Step 1 of 2 - Basic Info
+点击左侧按钮生成流程
+正在生成执行流程
+Building your workflow...
+{{ node.description }}
+ +{{ child.description }}
+{{ grandchild.description }}
+{{ editingFileName }}
+Team management page - Coming soon
+