penambahan routing master dan monitoring

This commit is contained in:
2024-04-22 00:04:26 +07:00
parent d2e11581db
commit 3c7deac1b0
30 changed files with 671 additions and 902 deletions

View File

@@ -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' },
{