Browse Source

Refactoring: add invisible elements

pull/3681/head
Vladyslav 6 years ago
committed by GitHub
parent
commit
f5550f52cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui-ngx/src/app/modules/home/components/wizard/device-wizard-dialog.component.html

1
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"

Loading…
Cancel
Save