diff --git a/client/src/App.tsx b/client/src/App.tsx index 0f7004e..3972b9d 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -44,6 +44,7 @@ export default function App() { + diff --git a/client/src/layouts/dashboard-layout.tsx b/client/src/layouts/dashboard-layout.tsx index d829315..b4e595b 100644 --- a/client/src/layouts/dashboard-layout.tsx +++ b/client/src/layouts/dashboard-layout.tsx @@ -31,6 +31,8 @@ import { Filter, ClipboardList, Building2, + BarChart3, + LineChart, } from "lucide-react"; import { useMobile } from "@/hooks/use-mobile"; import { useToast } from "@/hooks/use-toast"; @@ -60,6 +62,12 @@ const menuSections: MenuSection[] = [ { title: "Sites & Subnets", path: "/sites", icon: }, ], }, + { + title: "Reporting", + items: [ + { title: "Custom Dashboards", path: "/reporting/dashboards", icon: }, + ], + }, { title: "Administration", items: [ diff --git a/client/src/pages/dashboard-page.tsx b/client/src/pages/dashboard-page.tsx index de63b4d..5c78c1f 100644 --- a/client/src/pages/dashboard-page.tsx +++ b/client/src/pages/dashboard-page.tsx @@ -378,35 +378,15 @@ export default function DashboardPage() {
-
- - - -
+

Dashboards