переделана логика загрузки модели, замена страницы Объекты на другой внешний вид, добавление в меню пункта Объекты
This commit is contained in:
@@ -15,7 +15,8 @@ export const SIDEBAR_ITEM_MAP = {
|
||||
1: { type: 'route', value: MainRoutes.DASHBOARD },
|
||||
2: { type: 'route', value: MainRoutes.NAVIGATION },
|
||||
8: { type: 'route', value: MainRoutes.ALERTS },
|
||||
9: { type: 'route', value: MainRoutes.REPORTS }
|
||||
9: { type: 'route', value: MainRoutes.REPORTS },
|
||||
10: { type: 'route', value: MainRoutes.OBJECTS }
|
||||
} as const
|
||||
|
||||
export class NavigationService {
|
||||
|
||||
Reference in New Issue
Block a user