Merge pull request #42 from offendingcommit/feat/fleet-dashboard

feat(web): add Fleet dashboard for cross-instance observability
This commit is contained in:
Offending Commit
2026-05-28 17:08:35 -05:00
committed by GitHub
13 changed files with 711 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import {
MessageSquare,
Moon,
MoonStar,
Network,
Settings,
Sun,
Users,
@@ -31,6 +32,7 @@ import { COLOR } from "@/lib/constants";
const TOP_NAV = [
{ to: "/" as const, label: "Dashboard", icon: LayoutDashboard, exact: true },
{ to: "/fleet" as const, label: "Fleet", icon: Network, exact: false },
{ to: "/workspaces" as const, label: "Workspaces", icon: Boxes, exact: false },
{ to: "/seed-kits" as const, label: "Seed Kits", icon: Layers, exact: false },
{ to: "/settings" as const, label: "Settings", icon: Settings, exact: false },