Project

General

Profile

« Previous | Next » 

Revision 58065

Initial commit for the new layout provided by the UX team

View differences:

dashboard.component.ts
99 99
    let body = document.getElementsByTagName('body')[0];
100 100
    body.classList.remove("top_bar_active");
101 101
    body.classList.remove("page_heading_active");
102
    body.classList.remove("landing");
103
    body.classList.add("dashboard");
102 104

  
103 105
    const currentTime = new Date();
104 106
    this.currentDate = currentTime.getFullYear() + '-' + (currentTime.getMonth() + 1);

Also available in: Unified diff