[ADF-2032] viewer reopening fixes (#2739)

* viewer reopening fixes

* docs update
This commit is contained in:
Denys Vuika
2017-11-27 22:41:10 +00:00
committed by Eugenio Romano
parent 82dca30d7f
commit 2746b29984
8 changed files with 99 additions and 21 deletions

View File

@@ -41,6 +41,7 @@ export class AppLayoutComponent {
{ href: '/tag', icon: 'local_offer', title: 'APP_LAYOUT.TAG' },
{ href: '/social', icon: 'thumb_up', title: 'APP_LAYOUT.SOCIAL' },
{ href: '/settings', icon: 'settings', title: 'APP_LAYOUT.SETTINGS' },
{ href: '/overlay-viewer', icon: 'pageview', title: 'APP_LAYOUT.OVERLAY_VIEWER' },
{ href: '/about', icon: 'info_outline', title: 'APP_LAYOUT.ABOUT' }
];