client portal dashboard & claim-reports
This commit is contained in:
@@ -18,21 +18,29 @@ const navConfig = [
|
||||
// GENERAL
|
||||
// ----------------------------------------------------------------------
|
||||
{
|
||||
items: [
|
||||
{ title: 'Dashboard', path: '/dashboard', icon: ICONS.dashboard },
|
||||
],
|
||||
items: [{ title: 'Dashboard', path: '/dashboard' }],
|
||||
},
|
||||
|
||||
// Membership
|
||||
// Case Management
|
||||
// ----------------------------------------------------------------------
|
||||
{
|
||||
subheader: 'Membership',
|
||||
subheader: 'Case Management',
|
||||
items: [
|
||||
{
|
||||
title: 'Member List',
|
||||
title: 'Alarm Center',
|
||||
path: '/members',
|
||||
icon: ICONS.user,
|
||||
// icon: ICONS.default,
|
||||
},
|
||||
{
|
||||
title: 'Claim Report',
|
||||
path: '/claim-reports',
|
||||
// icon: ICONS.default,
|
||||
},
|
||||
// {
|
||||
// title: 'Member List',
|
||||
// path: '/members',
|
||||
// icon: ICONS.user,
|
||||
// },
|
||||
// {
|
||||
// title: 'Member Movement',
|
||||
// // path: '/',
|
||||
@@ -45,6 +53,25 @@ const navConfig = [
|
||||
// },
|
||||
],
|
||||
},
|
||||
|
||||
// User Management
|
||||
// ----------------------------------------------------------------------
|
||||
// {
|
||||
// subheader: 'User Management',
|
||||
// items: [
|
||||
// {
|
||||
// title: 'User',
|
||||
// path: '/members',
|
||||
// icon: ICONS.default,
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
|
||||
// Linking Tools
|
||||
// ----------------------------------------------------------------------
|
||||
// {
|
||||
// subheader: 'Linking Tools',
|
||||
// },
|
||||
];
|
||||
|
||||
export default navConfig;
|
||||
|
||||
Reference in New Issue
Block a user