loan history refahi
This commit is contained in:
@@ -4,9 +4,7 @@ import AssignmentIndIcon from "@mui/icons-material/AssignmentInd";
|
||||
import DesktopWindowsIcon from "@mui/icons-material/DesktopWindows";
|
||||
import GavelIcon from "@mui/icons-material/Gavel";
|
||||
import BusinessCenterIcon from "@mui/icons-material/BusinessCenter";
|
||||
import GradingIcon from "@mui/icons-material/Grading";
|
||||
import SupervisedUserCircleIcon from "@mui/icons-material/SupervisedUserCircle";
|
||||
import Diversity3Icon from "@mui/icons-material/Diversity3";
|
||||
import PollIcon from '@mui/icons-material/Poll';
|
||||
import PaidIcon from "@mui/icons-material/Paid";
|
||||
import ManageAccountsIcon from "@mui/icons-material/ManageAccounts";
|
||||
import PersonIcon from "@mui/icons-material/Person";
|
||||
@@ -17,6 +15,7 @@ import SettingsIcon from "@mui/icons-material/Settings";
|
||||
import RepartitionIcon from "@mui/icons-material/Repartition";
|
||||
import AccountBalanceIcon from "@mui/icons-material/AccountBalance";
|
||||
import RepeatIcon from "@mui/icons-material/Repeat";
|
||||
import DisplaySettingsIcon from '@mui/icons-material/DisplaySettings';
|
||||
|
||||
const sidebarMenu = [
|
||||
[
|
||||
@@ -39,13 +38,24 @@ const sidebarMenu = [
|
||||
},
|
||||
{
|
||||
key: "sidebar.loan-history",
|
||||
secondary: "secondary.loan-history",
|
||||
name: "loan-history",
|
||||
type: "page",
|
||||
route: "/dashboard/loan-history",
|
||||
route: "/dashboard/loan-history/navgan",
|
||||
icon: <SecurityIcon sx={{ width: "inherit", height: "inherit" }} />,
|
||||
selected: false,
|
||||
permissions: ["view_navgan_loans", "view_navgan_loans_province"],
|
||||
},
|
||||
{
|
||||
key: "sidebar.loan-history-refahi",
|
||||
secondary: "secondary.loan-history-refahi",
|
||||
name: "loan-history-refahi",
|
||||
type: "page",
|
||||
route: "/dashboard/loan-history/refahi",
|
||||
icon: <PollIcon sx={{ width: "inherit", height: "inherit" }} />,
|
||||
selected: false,
|
||||
permissions: ["view_navgan_loans", "view_navgan_loans_province"],
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
@@ -166,7 +176,7 @@ const sidebarMenu = [
|
||||
name: "refahi_province_manager_navgan",
|
||||
type: "page",
|
||||
route: "/dashboard/refahi/refahi-province-manager",
|
||||
icon: <DesktopWindowsIcon sx={{ width: "inherit", height: "inherit" }} />,
|
||||
icon: <DisplaySettingsIcon sx={{ width: "inherit", height: "inherit" }} />,
|
||||
selected: false,
|
||||
permissions: ["manage_province_affairs_refahi"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user