fixes
This commit is contained in:
parent
e4ec7789de
commit
fed1f82d7d
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
title: 'Dashboard',
|
title: 'Dashboard',
|
||||||
@ -44,12 +45,45 @@ export default [
|
|||||||
icon: { icon: 'ri-test-tube-line' },
|
icon: { icon: 'ri-test-tube-line' },
|
||||||
to: 'admin-labs',
|
to: 'admin-labs',
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
title: 'Medicines',
|
title: 'Medicines',
|
||||||
icon: { icon: 'ri-medicine-bottle-line' },
|
icon: { icon: 'ri-medicine-bottle-line' },
|
||||||
to: 'admin-medicines',
|
to: 'admin-medicines',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: '',
|
||||||
|
icon: { icon: '' },
|
||||||
|
to: '',
|
||||||
|
spacer: true
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: 'Settings',
|
||||||
|
icon: { icon: 'ri-settings-4-line' },
|
||||||
|
class: 'bottom-end',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: 'Profile',
|
||||||
|
to: 'admin-profile',
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Security',
|
||||||
|
to: 'admin-change-password',
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Site Setting',
|
||||||
|
to: 'admin-site-setting',
|
||||||
|
|
||||||
|
},
|
||||||
|
]
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
// {
|
// {
|
||||||
// title: 'Front Pages',
|
// title: 'Front Pages',
|
||||||
// icon: { icon: 'ri-file-copy-line' },
|
// icon: { icon: 'ri-file-copy-line' },
|
||||||
@ -82,3 +116,5 @@ export default [
|
|||||||
// ],
|
// ],
|
||||||
// },
|
// },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user