Update frontend environments

This commit is contained in:
2023-01-07 12:53:04 +01:00
parent 8a7dd3ba9c
commit 7b6f86119c
7 changed files with 33 additions and 8 deletions

View File

@@ -42,6 +42,11 @@
<mat-cell *matCellDef="let item">{{item.value | number:'1.2-2'}}</mat-cell>
</ng-container>
<ng-container matColumnDef="desc1">
<mat-header-cell *matHeaderCellDef mat-sort-header>Konto</mat-header-cell>
<mat-cell *matCellDef="let item">{{item.desc1}}</mat-cell>
</ng-container>
<mat-header-row *matHeaderRowDef="displayedColumns"></mat-header-row>
<mat-row *matRowDef="let item; columns: displayedColumns;"></mat-row>
</mat-table>