machine type report completed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Mediation, ReportProblem, RvHookup } from "@mui/icons-material";
|
||||
import { DriveEtaOutlined, Mediation, ReportProblem, RvHookup } from "@mui/icons-material";
|
||||
import AccountTreeIcon from "@mui/icons-material/AccountTree";
|
||||
import AdminPanelSettingsIcon from "@mui/icons-material/AdminPanelSettings";
|
||||
import AssessmentIcon from "@mui/icons-material/Assessment";
|
||||
@@ -31,6 +31,7 @@ import ScienceIcon from "@mui/icons-material/Science";
|
||||
import SecurityIcon from "@mui/icons-material/Security";
|
||||
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";
|
||||
|
||||
export const pageMenuDev = [
|
||||
@@ -199,6 +200,15 @@ export const pageMenuDev = [
|
||||
badges: [{ key: "mission.request_portal" }],
|
||||
permissions: ["all"],
|
||||
},
|
||||
{
|
||||
id: "machinesTypeReports",
|
||||
label: "نوع ماشینها",
|
||||
icon: <TaxiAlertIcon sx={{ width: "inherit", height: "inherit" }} />,
|
||||
type: "page",
|
||||
route: "/dashboard/road-missions/reports/machineTypeReports",
|
||||
badges: [{ key: "mission.request_portal" }],
|
||||
permissions: ["all"],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user