Commit 4bc245548a27bc6c789869126d9d1c2d9eadf317

Authored by Vladyslav_Prykhodko
1 parent 228fddb8

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