mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 16:07:10 +00:00
Activity Tab Sidebar
This commit is contained in:
parent
3f1f7b730e
commit
faad5198a6
@ -1,6 +1,6 @@
|
|||||||
import * as React from "react"
|
import * as React from "react"
|
||||||
import Image from "next/image"
|
import Image from "next/image"
|
||||||
import { AppWindow, Settings, LayoutDashboardIcon, Briefcase, Server, Network } from "lucide-react"
|
import { AppWindow, Settings, LayoutDashboardIcon, Briefcase, Server, Network, Activity } from "lucide-react"
|
||||||
import {
|
import {
|
||||||
Sidebar,
|
Sidebar,
|
||||||
SidebarContent,
|
SidebarContent,
|
||||||
@ -50,6 +50,11 @@ const data: { navMain: NavItem[] } = {
|
|||||||
icon: AppWindow,
|
icon: AppWindow,
|
||||||
url: "/dashboard/applications",
|
url: "/dashboard/applications",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Activity",
|
||||||
|
icon: Activity,
|
||||||
|
url: "/dashboard/activity",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Network",
|
title: "Network",
|
||||||
icon: Network,
|
icon: Network,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user