Project

General

Profile

« Previous | Next » 

Revision 58065

Initial commit for the new layout provided by the UX team

View differences:

metrics.component.ts
18 18
    let body = document.getElementsByTagName('body')[0];
19 19
    body.classList.add("top_bar_active");   //add the class
20 20
    body.classList.remove("page_heading_active");
21
    body.classList.remove("landing");
22
    body.classList.add("dashboard");
21 23
  }
22 24

  
23 25
  changeView(view: string) {

Also available in: Unified diff