LFFE-10 create base folder and page of reports

This commit is contained in:
2023-11-04 15:20:22 +03:30
parent dc81ac2e39
commit f5af09cc50
4 changed files with 45 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ import PaidIcon from '@mui/icons-material/Paid';
import ManageAccountsIcon from '@mui/icons-material/ManageAccounts';
import PersonIcon from '@mui/icons-material/Person';
import AccessibilityIcon from '@mui/icons-material/Accessibility';
import AssessmentIcon from '@mui/icons-material/Assessment';
const sidebarMenu = [
[
@@ -24,6 +25,15 @@ const sidebarMenu = [
selected: false,
permission: "all",
},
{
key: "sidebar.reports",
name: "reports",
type: "page",
route: "/dashboard/reports",
icon: <AssessmentIcon/>,
selected: false,
permission: "all",
},
{
key: "sidebar.passenger-office-chief",
secondary: "secondary.passenger-office",
@@ -146,7 +156,7 @@ const sidebarMenu = [
route: "/dashboard/expert-management",
icon: <ManageAccountsIcon/>,
selected: false,
permission: "manage_navgan_loan",
permission: "manage_experts",
},
{
key: "sidebar.user-management",