replace header analytics with adf-toolbar (#2218)

This commit is contained in:
Eugenio Romano
2017-08-15 13:39:32 +01:00
committed by Mario Romano
parent 8f5105d33f
commit 3bbc9d33df
5 changed files with 92 additions and 83 deletions

View File

@@ -31,12 +31,7 @@ import {
} from '@angular/core';
import { FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';
import * as moment from 'moment';
import {
ParameterValueModel,
ReportParameterDetailsModel,
ReportParametersModel,
ReportQuery
} from 'ng2-activiti-diagrams';
import { ParameterValueModel, ReportParameterDetailsModel, ReportParametersModel, ReportQuery } from 'ng2-activiti-diagrams';
import { ContentService, LogService } from 'ng2-alfresco-core';
import { AnalyticsService } from '../services/analytics.service';
@@ -46,7 +41,7 @@ declare let dialogPolyfill: any;
@Component({
selector: 'adf-analytics-report-parameters, analytics-report-parameters',
templateUrl: './analytics-report-parameters.component.html',
styleUrls: ['./analytics-report-parameters.component.css'],
styleUrls: ['./analytics-report-parameters.component.scss'],
encapsulation: ViewEncapsulation.None
})
export class AnalyticsReportParametersComponent implements OnInit, OnChanges, OnDestroy, AfterViewChecked, AfterContentChecked {