driver reports completed
This commit is contained in:
@@ -33,6 +33,7 @@ import SpaceDashboardIcon from "@mui/icons-material/SpaceDashboard";
|
||||
import SpeedIcon from "@mui/icons-material/Speed";
|
||||
import TaxiAlertIcon from "@mui/icons-material/TaxiAlert";
|
||||
import SupervisedUserCircleIcon from "@mui/icons-material/SupervisedUserCircle";
|
||||
import AirlineSeatReclineNormalIcon from "@mui/icons-material/AirlineSeatReclineNormal";
|
||||
|
||||
export const pageMenuDev = [
|
||||
{
|
||||
@@ -209,6 +210,15 @@ export const pageMenuDev = [
|
||||
badges: [{ key: "mission.request_portal" }],
|
||||
permissions: ["all"],
|
||||
},
|
||||
{
|
||||
id: "driverReports",
|
||||
label: "راننده",
|
||||
icon: <AirlineSeatReclineNormalIcon sx={{ width: "inherit", height: "inherit" }} />,
|
||||
type: "page",
|
||||
route: "/dashboard/road-missions/reports/driverReports",
|
||||
badges: [{ key: "mission.request_portal" }],
|
||||
permissions: ["all"],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user