UI: Fixed entity table header components disabled create new device/asset profile
This commit is contained in:
parent
f9c554e96f
commit
069a76b726
@ -54,7 +54,8 @@
|
||||
formControlName="deviceProfileId"
|
||||
[displayAllOnEmpty]="true"
|
||||
(deviceProfileChanged)="deviceProfileChanged($event)"
|
||||
[editProfileEnabled]="false">
|
||||
[editProfileEnabled]="false"
|
||||
[addNewProfile]="false">
|
||||
</tb-device-profile-autocomplete>
|
||||
<mat-form-field>
|
||||
<mat-label translate>device.device-state</mat-label>
|
||||
|
||||
@ -60,7 +60,6 @@
|
||||
<tb-device-profile-autocomplete
|
||||
required
|
||||
addNewProfile
|
||||
showCreateNewButton
|
||||
selectDefaultProfile
|
||||
formControlName="deviceProfileId"
|
||||
(deviceProfileChanged)="deviceProfileChanged($event)">
|
||||
|
||||
@ -19,6 +19,7 @@
|
||||
subscriptSizing="dynamic"
|
||||
[ngModel]="entitiesTableConfig.componentsData.assetProfileId"
|
||||
(ngModelChange)="assetProfileChanged($event)"
|
||||
[addNewProfile]="false"
|
||||
[displayAllOnEmpty]="true"
|
||||
[editProfileEnabled]="false">
|
||||
</tb-asset-profile-autocomplete>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user