|
|
|
@ -35,7 +35,7 @@ |
|
|
|
(click)="clear()"> |
|
|
|
<mat-icon class="material-icons">close</mat-icon> |
|
|
|
</button> |
|
|
|
<button *ngIf="selectDeviceProfileFormGroup.get('deviceProfile').value && !disabled && editProfileEnabled" |
|
|
|
<button *ngIf="selectDeviceProfileFormGroup.get('deviceProfile').value?.id && !disabled && editProfileEnabled" |
|
|
|
type="button" |
|
|
|
matSuffix mat-icon-button aria-label="Edit" |
|
|
|
matTooltip="{{ 'device-profile.edit' | translate }}" |
|
|
|
|