feat(master/manager/device): Enhance device management with new detail view, API updates, and improved request handling
This commit is contained in:
@@ -39,6 +39,10 @@ export const commonManagerRoutes = [
|
||||
path: '/manager/devices',
|
||||
component: './Manager/Device',
|
||||
},
|
||||
{
|
||||
path: '/manager/devices/:thingId',
|
||||
component: './Manager/Device/Detail',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user