fix
This commit is contained in:
@ -67,7 +67,9 @@
|
||||
<mat-label>IBAN</mat-label>
|
||||
<input matInput name="iban" [(ngModel)]="tenant.iban"/>
|
||||
</mat-form-field>
|
||||
</div><div>
|
||||
</div>
|
||||
<!--
|
||||
<div>
|
||||
<mat-form-field appearance="outline">
|
||||
<mat-label>Account ID</mat-label>
|
||||
<input matInput name="account_id" [readonly]="true" [ngModel]="account.id"/>
|
||||
@ -77,6 +79,7 @@
|
||||
<input matInput name="account_desc" [readonly]="true" [ngModel]="account.description"/>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
-->
|
||||
<button #submitButton type="submit" mat-raised-button color="primary">Speichern</button>
|
||||
</form>
|
||||
</div>
|
||||
@ -85,6 +88,8 @@
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
|
||||
<app-note [selectedTenantId]="tenantId"></app-note>
|
||||
|
||||
<mat-card class="defaultCard">
|
||||
<mat-card-header>
|
||||
<mat-card-title>
|
||||
@ -203,8 +208,6 @@
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
|
||||
<app-note [selectedTenantId]="tenantId"></app-note>
|
||||
|
||||
<app-account [selectedAccountId]="tenant.account"></app-account>
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user