penambahan routing master dan monitoring
This commit is contained in:
@@ -899,7 +899,19 @@ export const MenuSettingsConfig: MenuConfig = {
|
||||
{
|
||||
title: 'Monitoring',
|
||||
icon: 'feather ft-monitor',
|
||||
page: '/monitoring'
|
||||
page: '/monitoring',
|
||||
submenu: {
|
||||
items: [
|
||||
{
|
||||
title: 'Monitoring Building',
|
||||
page: '/monitoring/monitoring-building'
|
||||
},
|
||||
{
|
||||
title: 'Monitoring Room',
|
||||
page: '/monitoring/monitoring-room'
|
||||
},
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'Device',
|
||||
@@ -916,6 +928,31 @@ export const MenuSettingsConfig: MenuConfig = {
|
||||
icon: 'feather ft-user-check',
|
||||
page: '/user-access'
|
||||
},
|
||||
{
|
||||
title: 'Master',
|
||||
icon: 'feather ft-server',
|
||||
page: 'null',
|
||||
submenu: {
|
||||
items: [
|
||||
{
|
||||
title: 'Master Category',
|
||||
page: '/master/master-category'
|
||||
},
|
||||
{
|
||||
title: 'Master Location',
|
||||
page: '/master/master-location'
|
||||
},
|
||||
{
|
||||
title: 'Master Location Room',
|
||||
page: '/master/master-location-room'
|
||||
},
|
||||
{
|
||||
title: 'Master Type',
|
||||
page: '/master/master-type'
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
{ section: 'APPS', icon: 'la-ellipsis-h' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user