Vladyslav
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html
|
|
|
@ -76,6 +76,7 @@ |
|
|
|
[required]="!createProfile" |
|
|
|
[transportType]="deviceWizardFormGroup.get('transportType').value" |
|
|
|
formControlName="deviceProfileId" |
|
|
|
[ngClass]="{invisible: deviceWizardFormGroup.get('addProfileType').value !== 0}" |
|
|
|
(deviceProfileChanged)="$event?.transportType ? deviceWizardFormGroup.get('transportType').patchValue($event?.transportType) : {}" |
|
|
|
[addNewProfile]="false" |
|
|
|
[selectDefaultProfile]="true" |
|
|
|
|