rsanchez
2017-03-16 abaf75fb294a796fc6c99904ab3b47a2367a3792
securis/src/main/webapp/src/app/menu.component.html
....@@ -31,8 +31,16 @@
3131 </md-nav-list>
3232
3333 <td-layout-nav toolbarTitle="SeCuris" logo="assets:logo-white">
34
+ <div td-toolbar-content layout="row" layout-align="start center" flex>
35
+ <span flex ></span>
36
+ <button md-icon-button (click)="logout()">
37
+ <md-icon color="white">exit_to_app</md-icon>
38
+ </button>
39
+ </div>
3440 <router-outlet></router-outlet>
35
- <app-footer></app-footer>
41
+ <td-layout-footer>
42
+ <app-footer></app-footer>
43
+ </td-layout-footer>
3644 </td-layout-nav>
3745 </td-layout>
3846