Project

General

Profile

« Previous | Next » 

Revision 57129

Finished the first version of the usage statistics pages

View differences:

metrics-usagestats-report-results.component.ts
37 37
    this.pageSize = 10;
38 38
    this.readParams();
39 39
    this.pageSizeSelect = this.fb.group({selectPageSize: ['']});
40
    let body = document.getElementsByTagName('body')[0];
41
    body.classList.remove("top_bar_active");   //remove the class
40 42
  }
41 43

  
42 44
  readParams() {

Also available in: Unified diff