Commit e4a8d8f5c082affa80881b1269a8629dd5712a7e

Authored by Igor Kulikov
Committed by GitHub
2 parents 9c819688 4bc24554

Merge pull request #4873 from vvlladd28/improvement/device/missing-help-link

UI: Added missing help link in add device/device-profile dialog
... ... @@ -19,6 +19,7 @@
19 19 <mat-toolbar color="primary">
20 20 <h2 translate>device-profile.add</h2>
21 21 <span fxFlex></span>
  22 + <div [tb-help]="'deviceProfiles'"></div>
22 23 <button mat-icon-button
23 24 (click)="cancel()"
24 25 type="button">
... ...
... ... @@ -19,6 +19,7 @@
19 19 <mat-toolbar color="primary">
20 20 <h2 translate>device.add-device-text</h2>
21 21 <span fxFlex></span>
  22 + <div [tb-help]="'devices'"></div>
22 23 <button mat-icon-button
23 24 (click)="cancel()"
24 25 type="button">
... ...