From abaf75fb294a796fc6c99904ab3b47a2367a3792 Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Thu, 16 Mar 2017 09:03:22 +0000 Subject: [PATCH] #3527 fix - Added logout button and routing refactoring --- securis/src/main/webapp/src/app/menu.component.html | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/securis/src/main/webapp/src/app/menu.component.html b/securis/src/main/webapp/src/app/menu.component.html index 074ca74..6cc9d20 100644 --- a/securis/src/main/webapp/src/app/menu.component.html +++ b/securis/src/main/webapp/src/app/menu.component.html @@ -31,8 +31,16 @@ </md-nav-list> <td-layout-nav toolbarTitle="SeCuris" logo="assets:logo-white"> + <div td-toolbar-content layout="row" layout-align="start center" flex> + <span flex ></span> + <button md-icon-button (click)="logout()"> + <md-icon color="white">exit_to_app</md-icon> + </button> + </div> <router-outlet></router-outlet> - <app-footer></app-footer> + <td-layout-footer> + <app-footer></app-footer> + </td-layout-footer> </td-layout-nav> </td-layout> -- Gitblit v1.3.2