Browse Source

Merge pull request #12000 from maxunbearable/fix/4813-widget-types-help

Added Widget Types Help link for adding new widget
pull/12029/head
Andrew Shvayka 2 years ago
committed by GitHub
parent
commit
cd4ec66bb7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      ui-ngx/src/app/modules/home/pages/widget/select-widget-type-dialog.component.html

1
ui-ngx/src/app/modules/home/pages/widget/select-widget-type-dialog.component.html

@ -19,6 +19,7 @@
<mat-toolbar color="primary">
<h2 translate>widget.select-widget-type</h2>
<span class="flex-1"></span>
<div tb-help="widgetTypes"></div>
<button mat-icon-button
(click)="cancel()"
type="button">

Loading…
Cancel
Save