feat: add Manager Dashboard and Device Terminal features
This commit is contained in:
@@ -97,11 +97,22 @@ export const managerCameraRoute = {
|
||||
component: './Manager/Device/Camera',
|
||||
};
|
||||
|
||||
export const managerDeviceTerminalRoute = {
|
||||
path: '/manager/devices/:thingId/terminal',
|
||||
component: './Manager/Device/Terminal',
|
||||
};
|
||||
|
||||
export const managerRouteBase = {
|
||||
name: 'manager',
|
||||
icon: 'icon-setting',
|
||||
path: '/manager',
|
||||
access: 'canAdmin_SysAdmin',
|
||||
hideChildrenInMenu: true,
|
||||
};
|
||||
|
||||
export const managerDashboardRoute = {
|
||||
path: '/manager',
|
||||
component: './Manager/Dashboard',
|
||||
};
|
||||
|
||||
export const notFoundRoute = {
|
||||
|
||||
Reference in New Issue
Block a user