mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Activity Tab Sidebar
This commit is contained in:
parent
3f1f7b730e
commit
faad5198a6
@ -1,6 +1,6 @@
|
||||
import * as React from "react"
|
||||
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 {
|
||||
Sidebar,
|
||||
SidebarContent,
|
||||
@ -50,6 +50,11 @@ const data: { navMain: NavItem[] } = {
|
||||
icon: AppWindow,
|
||||
url: "/dashboard/applications",
|
||||
},
|
||||
{
|
||||
title: "Activity",
|
||||
icon: Activity,
|
||||
url: "/dashboard/activity",
|
||||
},
|
||||
{
|
||||
title: "Network",
|
||||
icon: Network,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user