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()"> <div *ngIf="hasMetric()">
<form [formGroup]="metricForm" novalidate> <form [formGroup]="metricForm" novalidate>
<dropdown-widget [field]="field" [group]="metricForm.controls.metricGroup" [controllerName]="'metric'" <dropdown-widget [field]="field" [group]="metricForm.controls.metricGroup" [controllerName]="'metric'"

View File

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

View File

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