Commit e4a8d8f5c082affa80881b1269a8629dd5712a7e
Committed by
GitHub
Merge pull request #4873 from vvlladd28/improvement/device/missing-help-link
UI: Added missing help link in add device/device-profile dialog
Showing
2 changed files
with
2 additions
and
0 deletions
@@ -19,6 +19,7 @@ | @@ -19,6 +19,7 @@ | ||
19 | <mat-toolbar color="primary"> | 19 | <mat-toolbar color="primary"> |
20 | <h2 translate>device-profile.add</h2> | 20 | <h2 translate>device-profile.add</h2> |
21 | <span fxFlex></span> | 21 | <span fxFlex></span> |
22 | + <div [tb-help]="'deviceProfiles'"></div> | ||
22 | <button mat-icon-button | 23 | <button mat-icon-button |
23 | (click)="cancel()" | 24 | (click)="cancel()" |
24 | type="button"> | 25 | type="button"> |
@@ -19,6 +19,7 @@ | @@ -19,6 +19,7 @@ | ||
19 | <mat-toolbar color="primary"> | 19 | <mat-toolbar color="primary"> |
20 | <h2 translate>device.add-device-text</h2> | 20 | <h2 translate>device.add-device-text</h2> |
21 | <span fxFlex></span> | 21 | <span fxFlex></span> |
22 | + <div [tb-help]="'devices'"></div> | ||
22 | <button mat-icon-button | 23 | <button mat-icon-button |
23 | (click)="cancel()" | 24 | (click)="cancel()" |
24 | type="button"> | 25 | type="button"> |