summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/layout.component.html
diff options
context:
space:
mode:
authorSri Balaji Marripud <sri.balaji.marripud@att.com>2020-08-31 09:06:36 -0400
committerSri Balaji Marripud <sri.balaji.marripud@att.com>2020-08-31 09:06:50 -0400
commit00ed475d06265520625195ee47fbf36a50dc4822 (patch)
treebe0effe04d82aa25dae1e64ec89d3759b0952c91 /ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/layout.component.html
parent23b262748c6fc10ddc8eb55036b82be7f71e120b (diff)
sdk footer changes
Issue-ID: PORTAL-992 Change-Id: I7909a3054238880fdb0bb335f5dda658e959105d Signed-off-by: Sri Balaji Marripud <sri.balaji.marripud@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/layout.component.html')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/layout.component.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/layout.component.html b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/layout.component.html
index 446e8fc7..bf4507f6 100644
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/layout.component.html
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/layout.component.html
@@ -4,7 +4,12 @@
</section>
</div>
-<app-sidebar (collapsedEvent)="receiveCollapsed($event)"></app-sidebar>
<section class="main-container" [ngClass]="{collapsed: collapedSideBar}">
+ <app-sidebar (collapsedEvent)="receiveCollapsed($event)"></app-sidebar>
+
<router-outlet></router-outlet>
</section>
+
+<section >
+ <app-footer></app-footer>
+</section> \ No newline at end of file