feat(helpercommands): added in helpercommnands link
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { Barcode, Cylinder, Package, Truck } from "lucide-react";
|
import { Barcode, Cylinder, Package, Truck, Command } from "lucide-react";
|
||||||
import {
|
import {
|
||||||
SidebarGroup,
|
SidebarGroup,
|
||||||
SidebarGroupContent,
|
SidebarGroupContent,
|
||||||
@@ -16,6 +16,7 @@ const iconMap: any = {
|
|||||||
Truck: Truck,
|
Truck: Truck,
|
||||||
Cylinder: Cylinder,
|
Cylinder: Cylinder,
|
||||||
Barcode: Barcode,
|
Barcode: Barcode,
|
||||||
|
Command: Command,
|
||||||
};
|
};
|
||||||
|
|
||||||
export function LogisticsSideBar({
|
export function LogisticsSideBar({
|
||||||
|
|||||||
@@ -92,6 +92,16 @@ const newSubModules = [
|
|||||||
active: true,
|
active: true,
|
||||||
subSubModule: [],
|
subSubModule: [],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Helper Commands",
|
||||||
|
moduleName: "logistics",
|
||||||
|
description: "Commands to assist when a scanner is not avalible",
|
||||||
|
link: "/helpercommands",
|
||||||
|
icon: "Command",
|
||||||
|
roles: ["technician", "supervisor", "manager", "admin", "systemAdmin"],
|
||||||
|
active: true,
|
||||||
|
subSubModule: [],
|
||||||
|
},
|
||||||
|
|
||||||
// admin module
|
// admin module
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user