Merge branch 'feature/sidebar_data' into 'develop'
sidebar data See merge request witel3/loan-facilities-expert!5
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import SpaceDashboardIcon from "@mui/icons-material/SpaceDashboard";
|
||||
import BookmarkAddedIcon from "@mui/icons-material/BookmarkAdded";
|
||||
import DataSaverOnIcon from "@mui/icons-material/DataSaverOn";
|
||||
import DirectionsCarFilledIcon from "@mui/icons-material/DirectionsCarFilled";
|
||||
import AirlineSeatReclineNormalIcon from "@mui/icons-material/AirlineSeatReclineNormal";
|
||||
import DirectionsRailwayIcon from "@mui/icons-material/DirectionsRailway";
|
||||
import AssignmentIndIcon from "@mui/icons-material/AssignmentInd";
|
||||
import DesktopWindowsIcon from "@mui/icons-material/DesktopWindows";
|
||||
|
||||
const sidebarMenu = [
|
||||
[
|
||||
@@ -11,6 +14,46 @@ const sidebarMenu = [
|
||||
icon: <SpaceDashboardIcon />,
|
||||
selected: false,
|
||||
},
|
||||
{
|
||||
key: "sidebar.passenger-office",
|
||||
type: "page",
|
||||
route: "/dashboard/passenger-office",
|
||||
icon: <AirlineSeatReclineNormalIcon />,
|
||||
selected: false,
|
||||
role: "passenger-office",
|
||||
},
|
||||
{
|
||||
key: "sidebar.machinary-office",
|
||||
type: "page",
|
||||
route: "/dashboard/machinary-office",
|
||||
icon: <DirectionsCarFilledIcon />,
|
||||
selected: false,
|
||||
role: "machinary-office",
|
||||
},
|
||||
{
|
||||
key: "sidebar.passenger-boss",
|
||||
type: "page",
|
||||
route: "/dashboard/passenger-boss",
|
||||
icon: <AssignmentIndIcon />,
|
||||
selected: false,
|
||||
role: "passenger-boss",
|
||||
},
|
||||
{
|
||||
key: "sidebar.transportation-assistance",
|
||||
type: "page",
|
||||
route: "/dashboard/transportation-assistance",
|
||||
icon: <DirectionsRailwayIcon />,
|
||||
selected: false,
|
||||
role: "transportation-assistance",
|
||||
},
|
||||
{
|
||||
key: "sidebar.master",
|
||||
type: "page",
|
||||
route: "/dashboard/master",
|
||||
icon: <DesktopWindowsIcon />,
|
||||
selected: false,
|
||||
role: "master",
|
||||
},
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user