feat: Phase 3 manufacturing + firmware management
This commit is contained in:
@@ -26,6 +26,15 @@ const navItems = [
|
||||
],
|
||||
},
|
||||
{ to: "/equipment/notes", label: "Issues and Notes", permission: "equipment" },
|
||||
{
|
||||
label: "Manufacturing",
|
||||
permission: "manufacturing",
|
||||
children: [
|
||||
{ to: "/manufacturing", label: "Device Inventory" },
|
||||
{ to: "/manufacturing/batch/new", label: "New Batch" },
|
||||
{ to: "/firmware", label: "Firmware" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
const linkClass = (isActive, locked) =>
|
||||
|
||||
Reference in New Issue
Block a user