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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
ui-ngx/src/app/modules/home/pages/widget/select-widget-type-dialog.component.html
|
|
@ -19,6 +19,7 @@ |
|
|
<mat-toolbar color="primary"> |
|
|
<mat-toolbar color="primary"> |
|
|
<h2 translate>widget.select-widget-type</h2> |
|
|
<h2 translate>widget.select-widget-type</h2> |
|
|
<span class="flex-1"></span> |
|
|
<span class="flex-1"></span> |
|
|
|
|
|
<div tb-help="widgetTypes"></div> |
|
|
<button mat-icon-button |
|
|
<button mat-icon-button |
|
|
(click)="cancel()" |
|
|
(click)="cancel()" |
|
|
type="button"> |
|
|
type="button"> |
|
|
|