fixed
This commit is contained in:
@@ -1,61 +1,84 @@
|
||||
export default [
|
||||
{
|
||||
title: 'Dashboards',
|
||||
title: 'Dashboard',
|
||||
icon: { icon: 'ri-home-smile-line' },
|
||||
children: [
|
||||
{
|
||||
title: 'CRM',
|
||||
to: 'dashboards-crm',
|
||||
},
|
||||
{
|
||||
title: 'Analytics',
|
||||
to: 'dashboards-analytics',
|
||||
},
|
||||
{
|
||||
title: 'eCommerce',
|
||||
to: 'dashboards-ecommerce',
|
||||
},
|
||||
{
|
||||
title: 'Academy',
|
||||
to: 'dashboards-academy',
|
||||
},
|
||||
{
|
||||
title: 'Logistics',
|
||||
to: 'dashboards-logistics',
|
||||
},
|
||||
],
|
||||
badgeContent: '5',
|
||||
badgeClass: 'bg-error',
|
||||
to: 'admin-dashboard',
|
||||
// children: [
|
||||
// {
|
||||
// title: 'CRM',
|
||||
// to: 'dashboards-crm',
|
||||
// },
|
||||
// {
|
||||
// title: 'Analytics',
|
||||
// to: 'dashboards-analytics',
|
||||
// },
|
||||
// {
|
||||
// title: 'eCommerce',
|
||||
// to: 'dashboards-ecommerce',
|
||||
// },
|
||||
// {
|
||||
// title: 'Academy',
|
||||
// to: 'dashboards-academy',
|
||||
// },
|
||||
// {
|
||||
// title: 'Logistics',
|
||||
// to: 'dashboards-logistics',
|
||||
// },
|
||||
// ],
|
||||
// badgeContent: '5',
|
||||
// badgeClass: 'bg-error',
|
||||
},
|
||||
{
|
||||
title: 'Front Pages',
|
||||
icon: { icon: 'ri-file-copy-line' },
|
||||
children: [
|
||||
{
|
||||
title: 'Landing',
|
||||
to: 'front-pages-landing-page',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
title: 'Pricing',
|
||||
to: 'front-pages-pricing',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
title: 'Payment',
|
||||
to: 'front-pages-payment',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
title: 'Checkout',
|
||||
to: 'front-pages-checkout',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
title: 'Help Center',
|
||||
to: 'front-pages-help-center',
|
||||
target: '_blank',
|
||||
},
|
||||
],
|
||||
title: 'Patients',
|
||||
icon: { icon: 'ri-user-line' },
|
||||
to: 'admin-patients',
|
||||
},
|
||||
|
||||
{
|
||||
title: 'Providers',
|
||||
icon: { icon: 'ri-stethoscope-line' },
|
||||
to: 'admin-providers',
|
||||
},
|
||||
{
|
||||
title: 'Labs',
|
||||
icon: { icon: 'ri-test-tube-line' },
|
||||
to: 'admin-labs',
|
||||
},
|
||||
{
|
||||
title: 'Medicines',
|
||||
icon: { icon: 'ri-medicine-bottle-line' },
|
||||
to: 'admin-medicines',
|
||||
},
|
||||
|
||||
// {
|
||||
// title: 'Front Pages',
|
||||
// icon: { icon: 'ri-file-copy-line' },
|
||||
// children: [
|
||||
// {
|
||||
// title: 'Landing',
|
||||
// to: 'front-pages-landing-page',
|
||||
// target: '_blank',
|
||||
// },
|
||||
// {
|
||||
// title: 'Pricing',
|
||||
// to: 'front-pages-pricing',
|
||||
// target: '_blank',
|
||||
// },
|
||||
// {
|
||||
// title: 'Payment',
|
||||
// to: 'front-pages-payment',
|
||||
// target: '_blank',
|
||||
// },
|
||||
// {
|
||||
// title: 'Checkout',
|
||||
// to: 'front-pages-checkout',
|
||||
// target: '_blank',
|
||||
// },
|
||||
// {
|
||||
// title: 'Help Center',
|
||||
// to: 'front-pages-help-center',
|
||||
// target: '_blank',
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
]
|
||||
|
@@ -1,8 +1,8 @@
|
||||
import appsAndPages from './apps-and-pages'
|
||||
import charts from './charts'
|
||||
// import appsAndPages from './apps-and-pages'
|
||||
// import charts from './charts'
|
||||
import dashboard from './dashboard'
|
||||
import forms from './forms'
|
||||
import others from './others'
|
||||
import uiElements from './ui-elements'
|
||||
// import forms from './forms'
|
||||
// import others from './others'
|
||||
// import uiElements from './ui-elements'
|
||||
|
||||
export default [...dashboard, ...appsAndPages, ...uiElements, ...forms, ...charts, ...others]
|
||||
export default [...dashboard]
|
||||
|
Reference in New Issue
Block a user