[taskboard] add dispatch control plane
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import Link from "next/link";
|
||||
import { Network, NotebookTabs, PanelsTopLeft, ScrollText, Settings2, UsersRound } from "lucide-react";
|
||||
import { Network, NotebookTabs, PanelsTopLeft, ScrollText, Send, Settings2, ShieldEllipsis, UsersRound } from "lucide-react";
|
||||
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
const navItems = [
|
||||
{ href: "/tasks", label: "Tasks", icon: PanelsTopLeft },
|
||||
{ href: "/agents", label: "Agents", icon: UsersRound },
|
||||
{ href: "/openclaw", label: "OpenClaw", icon: ShieldEllipsis },
|
||||
{ href: "/zeroclaw", label: "ZeroClaw", icon: Send },
|
||||
{ href: "/dispatch", label: "Dispatch", icon: Send },
|
||||
{ href: "/architecture", label: "Architecture", icon: Network },
|
||||
{ href: "/wiki", label: "Wiki", icon: NotebookTabs },
|
||||
{ href: "/usage", label: "Usage", icon: ScrollText },
|
||||
|
||||
Reference in New Issue
Block a user