Logging & Styling

This commit is contained in:
Bastian Wagner
2026-02-16 12:11:30 +01:00
parent 2eafa21baf
commit 9ea2229f5a
29 changed files with 169 additions and 90 deletions

View File

@@ -17,7 +17,7 @@
<p>Aktive Schlüssel</p>
</mat-card-content>
<mat-card-actions>
<button mat-button routerLink="/keys">Verwalten</button>
<button matButton routerLink="/keys">Verwalten</button>
</mat-card-actions>
</mat-card>
@@ -31,7 +31,7 @@
<p>Registrierte Zylinder</p>
</mat-card-content>
<mat-card-actions>
<button mat-button routerLink="/cylinders">Verwalten</button>
<button matButton routerLink="/cylinders">Verwalten</button>
</mat-card-actions>
</mat-card>
@@ -45,7 +45,7 @@
<p>Aktive Schließanlagen</p>
</mat-card-content>
<mat-card-actions>
<button mat-button routerLink="/systems">Verwalten</button>
<button matButton routerLink="/systems">Verwalten</button>
</mat-card-actions>
</mat-card>
@@ -59,7 +59,7 @@
<p>Derzeit ausgegebene Schlüssel</p>
</mat-card-content>
<mat-card-actions>
<button mat-button routerLink="/keys">Verwalten</button>
<button matButton routerLink="/keys">Verwalten</button>
</mat-card-actions>
</mat-card>
</div>