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

UI: Added missing help link in add device/device-profile dialog
This commit is contained in:
Igor Kulikov 2021-07-13 18:17:21 +03:00 committed by GitHub
commit e4a8d8f5c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
<mat-toolbar color="primary"> <mat-toolbar color="primary">
<h2 translate>device-profile.add</h2> <h2 translate>device-profile.add</h2>
<span fxFlex></span> <span fxFlex></span>
<div [tb-help]="'deviceProfiles'"></div>
<button mat-icon-button <button mat-icon-button
(click)="cancel()" (click)="cancel()"
type="button"> type="button">

View File

@ -19,6 +19,7 @@
<mat-toolbar color="primary"> <mat-toolbar color="primary">
<h2 translate>device.add-device-text</h2> <h2 translate>device.add-device-text</h2>
<span fxFlex></span> <span fxFlex></span>
<div [tb-help]="'devices'"></div>
<button mat-icon-button <button mat-icon-button
(click)="cancel()" (click)="cancel()"
type="button"> type="button">