Browse Source
Merge pull request #4233 from hardshell/improvment/dialog-header-entity-names
added entity names to dialog headers
pull/4240/head
Igor Kulikov
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
ui-ngx/src/app/modules/home/components/dashboard-page/add-widget-dialog.component.html
-
ui-ngx/src/app/modules/home/pages/rulechain/add-rule-node-dialog.component.html
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
<form [formGroup]="widgetFormGroup" (ngSubmit)="add()" style="width: 900px;"> |
|
|
|
<mat-toolbar color="primary"> |
|
|
|
<h2 translate>widget.add</h2> |
|
|
|
<span fxFlex></span> |
|
|
|
<span fxFlex>: {{data.widgetInfo.widgetName}}</span> |
|
|
|
<div [tb-help]="helpLinkIdForWidgetType()"></div> |
|
|
|
<button mat-icon-button |
|
|
|
(click)="cancel()" |
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ |
|
|
|
<form (ngSubmit)="add()" style="min-width: 650px;"> |
|
|
|
<mat-toolbar color="primary"> |
|
|
|
<h2 translate>rulenode.add</h2> |
|
|
|
<span fxFlex></span> |
|
|
|
<span fxFlex>: {{ruleNode.component.name}}</span> |
|
|
|
<div [tb-help]="helpLinkIdForRuleNodeType()"></div> |
|
|
|
<button mat-icon-button |
|
|
|
(click)="cancel()" |
|
|
|
|