feat(frontend): supervision des capteurs par site (admin)

This commit is contained in:
Valentin
2026-09-18 12:02:48 +02:00
parent 297d85a0ca
commit 7f710c9084
12 changed files with 419 additions and 4 deletions
@@ -47,7 +47,7 @@ const TON_PAR_SEVERITE: Record<AlertSeverity, BadgeTone> = {
export class Dashboard implements OnInit {
private statsService = inject(StatsService);
private alertsService = inject(AlertsService);
private auth = inject(AuthService);
public auth = inject(AuthService);
private router = inject(Router);
private destroyRef = inject(DestroyRef);