|
|
|
@ -43,6 +43,11 @@ |
|
|
|
(click)="editTenantProfile($event)"> |
|
|
|
<mat-icon class="material-icons">edit</mat-icon> |
|
|
|
</button> |
|
|
|
<button mat-button color="primary" matSuffix |
|
|
|
(click)="createTenantProfile($event, '')" |
|
|
|
*ngIf="!selectTenantProfileFormGroup.get('tenantProfile').value && !disabled"> |
|
|
|
<span style="white-space: nowrap">{{ 'notification.create-new' | translate }}</span> |
|
|
|
</button> |
|
|
|
<mat-autocomplete |
|
|
|
class="tb-autocomplete" |
|
|
|
#tenantProfileAutocomplete="matAutocomplete" |
|
|
|
|