From 37e5de7f92a51242ef5b26549e7044e840eb661a Mon Sep 17 00:00:00 2001 From: Cory Hawklvelt Date: Sun, 26 Apr 2026 00:55:29 +0930 Subject: [PATCH] feat: add ZeroTier Devices to admin sidebar navigation --- src/components/navigation/AppSidebar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/navigation/AppSidebar.tsx b/src/components/navigation/AppSidebar.tsx index b0406b8..533fd46 100644 --- a/src/components/navigation/AppSidebar.tsx +++ b/src/components/navigation/AppSidebar.tsx @@ -65,6 +65,7 @@ const orgAdminNavItems = [ { title: "ZeroTier Networks", url: "/org/zerotier/networks", icon: Network }, { title: "ZeroTier Access", url: "/org/zerotier/access", icon: ShieldAlert }, { title: "ZeroTier Config", url: "/org/zerotier/config", icon: Settings }, + { title: "ZeroTier Devices", url: "/org/zerotier/devices", icon: Monitor }, ]; const adminNavItems = [