From d3886bbaf06392dd14f0f2a0d19521e3943b2954 Mon Sep 17 00:00:00 2001 From: svishnev Date: Mon, 8 Jan 2018 15:21:46 +0200 Subject: UI support for Togglz flow Issue-ID: SDC-881 Change-Id: I4423d1ee115003aff0bd9d988b25a8260811928b Signed-off-by: svishnev --- openecomp-ui/src/sdc-app/Application.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openecomp-ui/src/sdc-app/Application.jsx') diff --git a/openecomp-ui/src/sdc-app/Application.jsx b/openecomp-ui/src/sdc-app/Application.jsx index 4915d26044..aa81eb384c 100644 --- a/openecomp-ui/src/sdc-app/Application.jsx +++ b/openecomp-ui/src/sdc-app/Application.jsx @@ -1,5 +1,5 @@ /*! - * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2016-2017 European Support Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import Loader from 'nfvo-components/loader/Loader.jsx'; import WebSocketUtil from 'nfvo-utils/WebSocketUtil.js'; import UserNotificationsActionHelper from 'sdc-app/onboarding/userNotifications/UserNotificationsActionHelper.js'; import store from './AppStore.js'; - +import FeaturesActionHelper from 'sdc-app/features/FeaturesActionHelper.js'; class Application extends React.Component { static propTypes = { @@ -32,6 +32,7 @@ class Application extends React.Component { if(openSocket) { UserNotificationsActionHelper.notificationsFirstHandling(store.dispatch); } + FeaturesActionHelper.getFeaturesList(store.dispatch); } componentWillUnmount() { WebSocketUtil.close(); -- cgit 1.2.3-korg