mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-05-13 07:11:29 +00:00
Add monitoring wall
This commit is contained in:
parent
b3f92a6455
commit
8d4a8f453d
8 changed files with 620 additions and 2 deletions
|
|
@ -24,6 +24,11 @@ const routes: Routes = [
|
|||
loadChildren: () =>
|
||||
import('./views/dashboard/dashboard.module').then((m) => m.DashboardModule)
|
||||
},
|
||||
{
|
||||
path: 'monitoring',
|
||||
loadChildren: () =>
|
||||
import('./views/monitoring/monitoring.module').then((m) => m.MonitoringModule)
|
||||
},
|
||||
{
|
||||
path: 'devices',
|
||||
loadChildren: () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue