From ce9bc0c6ad58e4117d26a204ffc56bbcdb7fe916 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Tue, 14 Mar 2017 19:41:20 +0000
Subject: [PATCH] #3527 fix - Changes on pack list and routes
---
securis/src/main/webapp/src/app/home.component.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/securis/src/main/webapp/src/app/home.component.html b/securis/src/main/webapp/src/app/home.component.html
index 47a8ace..48fe618 100644
--- a/securis/src/main/webapp/src/app/home.component.html
+++ b/securis/src/main/webapp/src/app/home.component.html
@@ -1,4 +1,4 @@
-<td-layout *ngIf="isLoggedIn">
+<td-layout>
<td-navigation-drawer #mainMenu sidenavTitle="SeCuris">
</td-navigation-drawer>
@@ -42,8 +42,8 @@
</td-layout-nav>
</td-layout>
-<td-layout-nav *ngIf="!isLoggedIn" toolbarTitle="SeCuris" logo="assets:logo-white">
- <router-outlet></router-outlet>
+<!--<td-layout-nav *ngIf="!isLoggedIn" toolbarTitle="SeCuris" logo="assets:logo-white">
+
<td-layout-footer>
<div layout="row" layout-align="start center" flex>
<div flex layout="row" layout-align="start center">v. {{securisVersion}}</div>
@@ -52,3 +52,4 @@
</div>
</td-layout-footer>
</td-layout-nav>
+-->
\ No newline at end of file
--
Gitblit v1.3.2