penambahan button back pada breadcrumb
This commit is contained in:
@@ -854,28 +854,7 @@ export const MenuSettingsConfig: MenuConfig = {
|
||||
|
||||
vertical_menu: {
|
||||
items: [
|
||||
{
|
||||
title: 'Dashboard',
|
||||
icon: 'la-home',
|
||||
page: 'null',
|
||||
badge: { type: 'badge-info', value: '3' },
|
||||
submenu: {
|
||||
items: [
|
||||
{
|
||||
title: 'Sales',
|
||||
page: '/dashboard/sales'
|
||||
},
|
||||
{
|
||||
title: 'Ecommerce',
|
||||
page: '/dashboard/ecommerce'
|
||||
},
|
||||
{
|
||||
title: 'Hospital',
|
||||
page: '/dashboard/hospital'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
// {
|
||||
// title: 'Templates',
|
||||
// icon: 'la-television',
|
||||
@@ -894,7 +873,7 @@ export const MenuSettingsConfig: MenuConfig = {
|
||||
// }
|
||||
// },
|
||||
|
||||
{ section: 'Hemat', icon: 'la-ellipsis-h' },
|
||||
// { section: 'Hemat', icon: 'la-ellipsis-h' },
|
||||
|
||||
{
|
||||
title: 'Monitoring',
|
||||
@@ -955,6 +934,28 @@ export const MenuSettingsConfig: MenuConfig = {
|
||||
},
|
||||
|
||||
{ section: 'APPS', icon: 'la-ellipsis-h' },
|
||||
{
|
||||
title: 'Dashboard',
|
||||
icon: 'la-home',
|
||||
page: 'null',
|
||||
badge: { type: 'badge-info', value: '3' },
|
||||
submenu: {
|
||||
items: [
|
||||
{
|
||||
title: 'Sales',
|
||||
page: '/dashboard/sales'
|
||||
},
|
||||
{
|
||||
title: 'Ecommerce',
|
||||
page: '/dashboard/ecommerce'
|
||||
},
|
||||
{
|
||||
title: 'Hospital',
|
||||
page: '/dashboard/hospital'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'To Do',
|
||||
icon: 'la-edit',
|
||||
@@ -1645,31 +1646,31 @@ export const MenuSettingsConfig: MenuConfig = {
|
||||
icon: 'la-pie-chart',
|
||||
page: '/ngchartist/linecharts'
|
||||
},
|
||||
{
|
||||
title: 'Starter Kit',
|
||||
icon: 'la-puzzle-piece',
|
||||
page: 'https://modern-admin-8453e.firebaseapp.com/changelog',
|
||||
isStarterkitExternalLink: true,
|
||||
},
|
||||
{
|
||||
title: 'Changelog',
|
||||
icon: 'la-file',
|
||||
page: '/changelog',
|
||||
badge: { type: 'badge-danger', value: '3.5' }
|
||||
},
|
||||
{ section: 'SUPPORT', icon: 'la-ellipsis-h' },
|
||||
{
|
||||
title: 'Raise Support',
|
||||
icon: 'la-support',
|
||||
page: 'https://pixinvent.ticksy.com/',
|
||||
isExternalLink: true
|
||||
},
|
||||
{
|
||||
title: 'Documentaion',
|
||||
icon: 'la-text-height',
|
||||
page: 'https://modern-admin-docs.web.app/html/ltr/documentation/index.html',
|
||||
isExternalLink: true,
|
||||
}
|
||||
// {
|
||||
// title: 'Starter Kit',
|
||||
// icon: 'la-puzzle-piece',
|
||||
// page: 'https://modern-admin-8453e.firebaseapp.com/changelog',
|
||||
// isStarterkitExternalLink: true,
|
||||
// },
|
||||
// {
|
||||
// title: 'Changelog',
|
||||
// icon: 'la-file',
|
||||
// page: '/changelog',
|
||||
// badge: { type: 'badge-danger', value: '3.5' }
|
||||
// },
|
||||
// { section: 'SUPPORT', icon: 'la-ellipsis-h' },
|
||||
// {
|
||||
// title: 'Raise Support',
|
||||
// icon: 'la-support',
|
||||
// page: 'https://pixinvent.ticksy.com/',
|
||||
// isExternalLink: true
|
||||
// },
|
||||
// {
|
||||
// title: 'Documentaion',
|
||||
// icon: 'la-text-height',
|
||||
// page: 'https://modern-admin-docs.web.app/html/ltr/documentation/index.html',
|
||||
// isExternalLink: true,
|
||||
// }
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user