account at tenant

This commit is contained in:
2021-09-09 15:49:49 +02:00
parent b394a16d7e
commit 75120b1d80
7 changed files with 170 additions and 3 deletions

View File

@ -173,7 +173,7 @@
</ng-container>
<ng-container matColumnDef="fee_type">
<th mat-header-cell *matHeaderCellDef>Typ</th>
<td mat-cell *matCellDef="let element">{{element.fee_type}}</td>
<td mat-cell *matCellDef="let element">{{element.fee_type}}</td>
</ng-container>
<ng-container matColumnDef="startdate">
<th mat-header-cell *matHeaderCellDef>Beginn</th>
@ -203,4 +203,6 @@
</mat-card-content>
</mat-card>
<app-account [selectedAccountId]="tenantId"></app-account>
</section>