Add monitoring wall

This commit is contained in:
sepehr 2024-07-20 16:10:35 +03:30
parent b3f92a6455
commit 8d4a8f453d
8 changed files with 620 additions and 2 deletions

View file

@ -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: () =>