commit | fa538a14ed825d417dcbc0c846b98c1b512aa4dd | [log] [tgz] |
---|---|---|
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | Thu May 31 15:01:00 2018 +0300 |
committer | Einav Keidar <einavw@amdocs.com> | Sun Jul 01 05:51:14 2018 +0000 |
tree | 59d86f1dba38c54c901ca9845514a43ab18ce348 | |
parent | c6a769eff2930fcf4f4dadb8106937abf86d8638 [diff] [blame] |
archive flow styling fixes Issue-ID: SDC-1383 Change-Id: I624adfc4eb2a441581583f29dc3d0d3512cb8f4c Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
diff --git a/openecomp-ui/src/nfvo-components/loader/LoaderConstants.js b/openecomp-ui/src/nfvo-components/loader/LoaderConstants.js index e367a74..3f2e1c1 100644 --- a/openecomp-ui/src/nfvo-components/loader/LoaderConstants.js +++ b/openecomp-ui/src/nfvo-components/loader/LoaderConstants.js
@@ -19,6 +19,6 @@ SHOW: null, HIDE: null, - SEND_REQUEST: null, - RECEIVE_RESPONSE: null + SEND_REQUEST: 'SEND_REQUEST', + RECEIVE_RESPONSE: 'RECEIVE_RESPONSE' });