Project

General

Profile

« Previous | Next » 

Revision 51015

almost finished everything!

View differences:

compatibility-monitor-repo.component.html
12 12
        <div class="whiteFilm"></div>
13 13
      </div>
14 14
      <div class="uk-alert uk-alert-danger" style="display: none;" aria-hidden="true"></div>
15
      <div>There is no aggregation history for this repository at the moment</div>
15
      <div *ngIf="noAggregations">{{ noHistory }}</div>
16
      <div *ngIf="aggregations && !this.aggregations.aggregationHistory">
17
        The aggregation History will be displayed here!
18
      </div>
16 19
    </div>
17 20
  </div>
18 21
</div>

Also available in: Unified diff