Project

General

Profile

« Previous | Next » 

Revision 58065

Initial commit for the new layout provided by the UX team

View differences:

sources-update-repo.component.ts
11 11

  
12 12
@Component ({
13 13
  selector: 'sources-update-repo',
14
  templateUrl: 'sources-update-repo.component.html'
14
  templateUrl: 'sources-update-repo.component.html',
15 15
})
16 16

  
17 17
export class SourcesUpdateRepoComponent implements OnInit {
......
46 46
    let body = document.getElementsByTagName('body')[0];
47 47
    body.classList.remove("top_bar_active");   //remove the class
48 48
    body.classList.remove("page_heading_active");
49
    body.classList.remove("landing");
50
    body.classList.add("dashboard");
49 51
  }
50 52

  
51 53
  readRepoId() {

Also available in: Unified diff