|  |  |  | 
|---|
|  |  |  | component: LayoutDefaultComponent, | 
|---|
|  |  |  | children: [ | 
|---|
|  |  |  | { path: '', redirectTo: 'dashboard/workplace', pathMatch: 'full' }, | 
|---|
|  |  |  | <<<<<<< HEAD | 
|---|
|  |  |  | { path: 'dashboard', redirectTo: 'dashboard/workplace', pathMatch: 'full' }, | 
|---|
|  |  |  | ======= | 
|---|
|  |  |  | { path: 'dashboard', redirectTo: 'dashboard/v1', pathMatch: 'full' }, | 
|---|
|  |  |  | { path: 'dashboard/v1', component: DashboardV1Component, data: { translate: 'dashboard_v1' } }, | 
|---|
|  |  |  | { path: 'dashboard/analysis', component: DashboardAnalysisComponent, data: { translate: 'dashboard_analysis' } }, | 
|---|
|  |  |  | { path: 'dashboard/monitor', component: DashboardMonitorComponent, data: { translate: 'dashboard_monitor' } }, | 
|---|
|  |  |  | >>>>>>> 9634327c9094fb2d2b5bb2a3e630971cd65d3112 | 
|---|
|  |  |  | { path: 'dashboard/workplace', component: DashboardWorkplaceComponent, data: { translate: 'dashboard_workplace' } }, | 
|---|
|  |  |  | { path: 'users', loadChildren: './users/users.module#UsersModule' }, | 
|---|
|  |  |  | { path: 'devices', loadChildren: './devices/devices.module#DevicesModule' }, | 
|---|