From cdd615d97b2574f0e5ce053a5690a9afeef09934 Mon Sep 17 00:00:00 2001 From: Jiri Tomasek Date: Mon, 9 Nov 2015 09:52:53 +0100 Subject: [PATCH] Include NotificationList in Login component Notifications are required to show also in Login component e.g. in case when authentication token timed out and user will needs to login again, also in the case when user is logged in, refreshes the page and keystone is not responding. Change-Id: I9aaf24bff1e95786392be56dbd70cfece0d1acac --- src/js/components/AuthenticatedContent.js | 2 +- src/js/components/Login.js | 2 ++ src/js/components/ui/NotificationList.js | 8 +++++++- src/less/components/NotificationList.less | 6 +++++- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/js/components/AuthenticatedContent.js b/src/js/components/AuthenticatedContent.js index 2e2b0a7d..6ce4795d 100644 --- a/src/js/components/AuthenticatedContent.js +++ b/src/js/components/AuthenticatedContent.js @@ -14,9 +14,9 @@ export default AuthenticatedComponent(class Nodes extends React.Component {
- {this.props.children}
+