penambahan menu device
This commit is contained in:
@@ -851,6 +851,7 @@ export const MenuSettingsConfig: MenuConfig = {
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
vertical_menu: {
|
||||
items: [
|
||||
{
|
||||
@@ -892,8 +893,31 @@ export const MenuSettingsConfig: MenuConfig = {
|
||||
// ]
|
||||
// }
|
||||
// },
|
||||
{ section: 'APPS', icon: 'la-ellipsis-h' },
|
||||
|
||||
{ section: 'Hemat', icon: 'la-ellipsis-h' },
|
||||
|
||||
{
|
||||
title: 'Monitoring',
|
||||
icon: 'feather ft-monitor',
|
||||
page: '/monitoring'
|
||||
},
|
||||
{
|
||||
title: 'Device',
|
||||
icon: 'feather ft-life-buoy',
|
||||
page: '/device'
|
||||
},
|
||||
{
|
||||
title: 'Cost Management',
|
||||
icon: 'feather ft-bar-chart-2',
|
||||
page: '/cost-management'
|
||||
},
|
||||
{
|
||||
title: 'User Access',
|
||||
icon: 'feather ft-user-check',
|
||||
page: '/user-access'
|
||||
},
|
||||
|
||||
{ section: 'APPS', icon: 'la-ellipsis-h' },
|
||||
{
|
||||
title: 'To Do',
|
||||
icon: 'la-edit',
|
||||
|
||||
Reference in New Issue
Block a user