Project

General

Profile

« Previous | Next » 

Revision 57706

[Monitor Dashboard]: Merge create and edit modals. Rename SidebarService to LayoutService and add hasSidebar on it

View differences:

app.component.html
1 1
<!--disable_transitions -->
2 2
<div class="sidebar_main_swipe" [class.sidebar_main_active]="open && hasSidebar">
3
  <div id="header_main"[class.header_full]="!hasSidebar">
3
  <div *ngIf="hasHeader" id="header_main" [class.header_full]="!hasSidebar">
4 4
    <div class="uk-light">
5 5
      <a *ngIf="hasSidebar" id="sidebar_main_toggle" (click)="toggleOpen()" class="sSwitch sSwitch_left">
6 6
        <span class="sSwitchIcon"></span>

Also available in: Unified diff