This commit is contained in:
mauriziovitale84
2016-12-13 16:37:37 +00:00
parent 6c7e28a83f
commit c061cf86d5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
<h2>Process Heat map</h2>
<h4>Process Heat map</h4>
<div *ngIf="hasMetric()">
<form [formGroup]="metricForm" novalidate>
<dropdown-widget [field]="field" [group]="metricForm.controls.metricGroup" [controllerName]="'metric'"

View File

@@ -1,7 +1,7 @@
<div class="col-md-6">
<div *ngIf="reportParameters">
<form [formGroup]="reportForm" novalidate>
<h1>{{reportParameters.name}}</h1>
<h4>{{reportParameters.name}}</h4>
<div *ngFor="let field of reportParameters.definition.parameters">
<div [ngSwitch]="field.type">
<div *ngSwitchCase="'integer'">

View File

@@ -4,7 +4,7 @@
<div *ngIf="reports">
<div *ngFor="let report of reports">
<h2>{{report.title}}</h2>
<h4>{{report.title}}</h4>
<div [ngSwitch]="report.type">
<div *ngSwitchCase="'pie'">
<div class="col-md-6">