Project

General

Profile

« Previous | Next » 

Revision 54150

added extra field to the Aggregation History pages

View differences:

compatibility-monitor-fullHistory-repo.component.ts
25 25
  repoName: string = '';
26 26
  repo: Repository;
27 27

  
28
  aggregationsMap: Map<string,AggregationDetails[]> = new Map<string,AggregationDetails[]>();
28
  aggregationsMap: Map<string, AggregationDetails[]> = new Map<string, AggregationDetails[]>();
29 29
  years: string[] = [];
30 30

  
31 31
  constructor(private route: ActivatedRoute,
......
82 82
      },
83 83
      () => {
84 84
        this.loadingMessage = '';
85
        for (let key in this.aggregationsMap) {
85
        this.years = Object.keys(this.aggregationsMap);
86
        /*for (let key in this.aggregationsMap) {
86 87
          this.years.push(key);
87
        }
88
        }*/
88 89
        if ( this.years.length === 0 ) {
89 90
          this.noAggregations = noAggregationHistory;
90 91
        } else {

Also available in: Unified diff