Project

General

Profile

« Previous | Next » 

Revision 52995

almost ready for release

View differences:

compatibility-monitor-fullHistory-repo.component.html
29 29
          <div *ngIf="noAggregations">{{ noAggregations }}</div>
30 30
          <div *ngIf="aggregationsMap && years && (years.length > 0) && !noAggregations">
31 31
            <div *ngFor="let year of years" class="uk-width-1-1@m">
32
              <div>
32
              <ul class="uk-list uk-list-striped">
33 33
                <h4>{{ year }}</h4>
34
                <div *ngFor="let aggr of aggregationsMap[year]">
34
                <li *ngFor="let aggr of aggregationsMap[year]">
35 35
                  <div class="uk-grid uk-child-width-1-4">
36 36
                    <div><span *ngIf="aggr.date">{{ aggr.date | date : "yyyy-MM-dd" }}</span></div>
37 37
                    <div><span *ngIf="aggr.aggregationStage">Aggregation stage: {{ aggr.aggregationStage }}</span></div>
38 38
                    <div><span *ngIf="aggr.collectionMode">CollectionMode: {{ aggr.collectionMode }}</span></div>
39 39
                    <div><span *ngIf="aggr.numberOfRecords">Number of records: {{ aggr.numberOfRecords }}</span></div>
40 40
                  </div>
41
                </div>
42
              </div>
41
                </li>
42
              </ul>
43 43
              <!--<div class="section md-bg-blue-grey-700">
44 44
                <div class="uk-container uk-container-center">
45 45
                  <div class="al_timeline">

Also available in: Unified diff