Changes Completed in Overview
This commit is contained in:
@@ -60,78 +60,78 @@ export const OPERATIONS_SIDEBAR_ITEMS = [
|
||||
title: "Operations",
|
||||
icon: Settings,
|
||||
children: [
|
||||
{ title: "Help Desk", href: "/operations/help-desk", icon: CheckSquare, badge: 6, badgeColor: "bg-amber-500 text-black" },
|
||||
{ title: "Equipment", href: "/operations/equipment", icon: Target },
|
||||
{ title: "Requests", href: "/operations/requests", icon: FileText, badge: 15, badgeColor: "bg-amber-400 text-black" },
|
||||
{ title: "Inventory", href: "/operations/inventory", icon: Box },
|
||||
{ title: "Energy", href: "/operations/energy", icon: Zap },
|
||||
{ title: "Work Permit", href: "/operations/work-permit", icon: ClipboardList, badge: 3, badgeColor: "bg-amber-500 text-black" },
|
||||
{ title: "Vendor & Field Service", href: "/operations/vendor-field", icon: Star, badge: 12, badgeColor: "bg-sky-400 text-black" },
|
||||
{ title: "Help Desk", href: "/dashboard/operations/helpDesk", icon: CheckSquare, badge: 6, badgeColor: "bg-amber-500 text-black" },
|
||||
{ title: "Equipment", href: "/dashboard/operations/equipment", icon: Target },
|
||||
{ title: "Requests", href: "/dashboard/operations/request", icon: FileText, badge: 15, badgeColor: "bg-amber-400 text-black" },
|
||||
{ title: "Inventory", href: "/dashboard/operations/inventory", icon: Box },
|
||||
{ title: "Energy", href: "/dashboard/operations/energy", icon: Zap },
|
||||
{ title: "Work Permit", href: "/dashboard/operations/workPermit", icon: ClipboardList, badge: 3, badgeColor: "bg-amber-500 text-black" },
|
||||
{ title: "Vendor & Field Service", href: "/dashboard/operations/vendorFieldService", icon: Star, badge: 12, badgeColor: "bg-sky-400 text-black" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Workplace",
|
||||
icon: Monitor,
|
||||
children: [
|
||||
{ title: "Visitor Management", href: "/workplace/visitor", icon: UserCheck },
|
||||
{ title: "Meeting Rooms", href: "/workplace/meeting-rooms", icon: Calendar },
|
||||
{ title: "Workspace", href: "/workplace/workspace", icon: Layers },
|
||||
{ title: "Visitor Management", href: "/dashboard/workplace/visitorManagement", icon: UserCheck },
|
||||
{ title: "Meeting Rooms", href: "/dashboard/workplace/meetingRoom", icon: Calendar },
|
||||
{ title: "Workspace", href: "/dashboard/workplace/workspace", icon: Layers },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Finance",
|
||||
icon: Wallet,
|
||||
children: [
|
||||
{ title: "O&M Budget", href: "/finance/om-budget", icon: Coins },
|
||||
{ title: "Costing & Invoicing", href: "/finance/costing-invoicing", icon: Receipt },
|
||||
{ title: "O&M Budget", href: "/dashboard/finance/budget", icon: Coins },
|
||||
{ title: "Costing & Invoicing", href: "/dashboard/finance/costinvoice", icon: Receipt },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Compliance & Safety",
|
||||
icon: ShieldCheck,
|
||||
children: [
|
||||
{ title: "Statutory Compliance", href: "/compliance/statutory", icon: ShieldCheck },
|
||||
{ title: "Contracts & SLA", href: "/compliance/contracts-sla", icon: FileText },
|
||||
{ title: "Fire & Safety", href: "/compliance/fire-safety", icon: Flame },
|
||||
{ title: "Waste & ESG", href: "/compliance/waste-esg", icon: Recycle },
|
||||
{ title: "Training", href: "/compliance/training", icon: GraduationCap },
|
||||
{ title: "Audit & Survey", href: "/compliance/training", icon: GraduationCap },
|
||||
{ title: "Statutory Compliance", href: "/dashboard/compliance-safety/statutoryCompliance", icon: ShieldCheck },
|
||||
{ title: "Contracts & SLA", href: "/dashboard/compliance-safety/contracts", icon: FileText },
|
||||
{ title: "Fire & Safety", href: "/dashboard/compliance-safety/fireAndSafety", icon: Flame },
|
||||
{ title: "Waste & ESG", href: "/dashboard/compliance-safety/wasteAndEsg", icon: Recycle },
|
||||
{ title: "Training", href: "/dashboard/compliance-safety/training", icon: GraduationCap },
|
||||
{ title: "Audit & Survey", href: "/dashboard/compliance-safety/auditAndSurvey", icon: GraduationCap },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Intelligence",
|
||||
icon: Brain,
|
||||
children: [{ title: "AI & Predictive", href: "/intelligence/predictive", icon: Brain },
|
||||
{ title: "Asset Health", href: "/intelligence/asset-health", icon: ShieldCheck },
|
||||
{ title: "Energy Benchmarking", href: "/intelligence/benchmarking", icon: Activity },
|
||||
{ title: "AI Helpdesk", href: "/intelligence/ai-helpdesk", icon: Bot },
|
||||
{ title: "Connected Ops", href: "/intelligence/connected-ops", icon: Gauge },
|
||||
{ title: "Connected Assets", href: "/intelligence/connected-assets", icon: Snowflake },
|
||||
{ title: "Sustainability", href: "/intelligence/sustainability", icon: Leaf },
|
||||
{ title: "GPS Tracking", href: "/intelligence/gps-tracking", icon: MapPin },],
|
||||
children: [{ title: "AI & Predictive", href: "/dashboard/intelligence/aiPredictive", icon: Brain },
|
||||
{ title: "Asset Health", href: "/dashboard/intelligence/assetHealth", icon: ShieldCheck },
|
||||
{ title: "Energy Benchmarking", href: "/dashboard/intelligence/energyBenchmarking", icon: Activity },
|
||||
{ title: "AI Helpdesk", href: "/dashboard/intelligence/aiHelpdesk", icon: Bot },
|
||||
{ title: "Connected Ops", href: "/dashboard/intelligence/connectedOps", icon: Gauge },
|
||||
{ title: "Connected Assets", href: "/dashboard/intelligence/connectedAsset", icon: Snowflake },
|
||||
{ title: "Sustainability", href: "/dashboard/intelligence/sustainability", icon: Leaf },
|
||||
{ title: "GPS Tracking", href: "/dashboard/intelligence/gpstracking", icon: MapPin },],
|
||||
},
|
||||
{
|
||||
title: "IoT Application",
|
||||
icon: Radar,
|
||||
children: [{ title: "Command Center", href: "/iot/command-center", icon: Gauge },
|
||||
{ title: "HVAC Plant", href: "/iot/hvac-plant", icon: Snowflake },
|
||||
{ title: "Energy & Utilities", href: "/iot/energy-utilities", icon: Zap },
|
||||
{ title: "Device Fleet", href: "/iot/device-fleet", icon: LayoutGrid },
|
||||
{ title: "Alarms & Rules", href: "/iot/alarms-rules", icon: Shield, badge: 7, badgeColor: "bg-rose-500 text-white" },],
|
||||
children: [{ title: "Command Center", href: "/dashboard/iot-app/commandCenter", icon: Gauge },
|
||||
{ title: "HVAC Plant", href: "/dashboard/iot-app/hvacPlant", icon: Snowflake },
|
||||
{ title: "Energy & Utilities", href: "/dashboard/iot-app/energyUtility", icon: Zap },
|
||||
{ title: "Device Fleet", href: "/dashboard/iot-app/deviceFleet", icon: LayoutGrid },
|
||||
{ title: "Alarms & Rules", href: "/dashboard/iot-app/alarmsRules", icon: Shield, badge: 7, badgeColor: "bg-rose-500 text-white" },],
|
||||
},
|
||||
{
|
||||
title: "Insight",
|
||||
icon: BarChart3,
|
||||
children: [{ title: "Reports & MMR", href: "/insight/reports", icon: BarChart3 },],
|
||||
children: [{ title: "Reports & MMR", href: "/dashboard/insight/report", icon: BarChart3 },],
|
||||
},
|
||||
{
|
||||
title: "Configure",
|
||||
icon: Cog,
|
||||
children: [{ title: "Master Data", href: "/configure/master-data", icon: Layers },
|
||||
{ title: "Roles & Access", href: "/configure/roles-access", icon: Shield },
|
||||
{ title: "Workflow Automation", href: "/configure/workflow", icon: Bot },
|
||||
{ title: "User Location", href: "/configure/user-location", icon: MapPin },
|
||||
{ title: "Settings", href: "/configure/settings", icon: Sun },],
|
||||
children: [{ title: "Master Data", href: "/dashboard/configure/masterdata", icon: Layers },
|
||||
{ title: "Roles & Access", href: "/dashboard/configure/rolesAndAccess", icon: Shield },
|
||||
{ title: "Workflow Automation", href: "/dashboard/configure/workflowautomation", icon: Bot },
|
||||
{ title: "User Location", href: "/dashboard/configure/userLocation", icon: MapPin },
|
||||
{ title: "Settings", href: "/dashboard/configure/settings", icon: Sun },],
|
||||
},
|
||||
];
|
||||
export const ADMIN_SIDEBAR_ITEMS = [
|
||||
@@ -139,26 +139,38 @@ export const ADMIN_SIDEBAR_ITEMS = [
|
||||
title: "Platform",
|
||||
icon: Building2,
|
||||
children: [
|
||||
{ title: "Overview", href: "/admin/overview", icon: LayoutGrid },
|
||||
{ title: "Tenants", href: "/admin/tenants", icon: Building2 },
|
||||
{ title: "Users", href: "/admin/users", icon: Users },
|
||||
{ title: "Sites", href: "/admin/sites", icon: MapPin },
|
||||
{ title: "Security", href: "/admin/security", icon: Shield },
|
||||
{ title: "Overview", href: "/dashboard/admin/overview", icon: LayoutGrid },
|
||||
{ title: "Tenants", href: "/dashboard/admin/tenants", icon: Building2 },
|
||||
{ title: "Users", href: "/dashboard/admin/users", icon: Users },
|
||||
{ title: "Sites", href: "/dashboard/admin/site", icon: MapPin },
|
||||
{ title: "Security", href: "/dashboard/admin/security", icon: Shield },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Configuration",
|
||||
icon: LayoutGrid,
|
||||
children: [
|
||||
{ title: "Modules", href: "/admin/configuration/modules", icon: LayoutGrid },
|
||||
{ title: "Language", href: "/admin/configuration/language", icon: Globe },
|
||||
{ title: "Dynamic Dashboard", href: "/admin/configuration/dynamic-dashboard", icon: LayoutDashboard },
|
||||
{ title: "Mobile Flows", href: "/admin/configuration/mobile-flows", icon: Smartphone },
|
||||
{ title: "Modules", href: "/dashboard/admin/modules", icon: LayoutGrid },
|
||||
{ title: "Language", href: "/dashboard/admin/language", icon: Globe },
|
||||
{ title: "Dynamic Dashboard", href: "/dashboard/admin/dynamicDashboard", icon: LayoutDashboard },
|
||||
{ title: "Mobile Flows", href: "/dashboard/admin/mobileFlow", icon: Smartphone },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
export const schedulePerformanceHeaders = [
|
||||
"Schedule",
|
||||
"Total",
|
||||
"Done",
|
||||
"On Time",
|
||||
"Delayed",
|
||||
];
|
||||
|
||||
export const schedulePerformanceRows = [
|
||||
["PPM", 24, 19, 17, 2],
|
||||
["AMC", 8, 6, 6, 0],
|
||||
];
|
||||
|
||||
//Overview dashboard data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user