Project

General

Profile

« Previous | Next » 

Revision 58065

Initial commit for the new layout provided by the UX team

View differences:

compatibility-monitor.component.ts
15 15
    let body = document.getElementsByTagName('body')[0];
16 16
    body.classList.add("top_bar_active");   //add the class
17 17
    body.classList.remove("page_heading_active");
18
    body.classList.remove("landing");
19
    body.classList.add("dashboard");
18 20
  }
19 21

  
20 22
  changeView(view: string) {

Also available in: Unified diff