summaryrefslogtreecommitdiffstats
path: root/src/app/tierSupport/TierSupportConstants.js
diff options
context:
space:
mode:
authorSteven Blimkie <Steven.Blimkie@amdocs.com>2018-02-27 19:59:00 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-27 19:59:00 +0000
commitcc044fcbea7f5c374874777d89da938560556c52 (patch)
treec39f262ada2af862641f79e3b0b2f1a1c3719fc5 /src/app/tierSupport/TierSupportConstants.js
parentde41458fd5bbd9a7b642a769816d1f08663174e1 (diff)
parente97e160e9d9d93b7e45c30166f4a0fec6b2e613d (diff)
Merge "Adding Violation History to DIO"
Diffstat (limited to 'src/app/tierSupport/TierSupportConstants.js')
-rw-r--r--src/app/tierSupport/TierSupportConstants.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/tierSupport/TierSupportConstants.js b/src/app/tierSupport/TierSupportConstants.js
index d66816e..202f70c 100644
--- a/src/app/tierSupport/TierSupportConstants.js
+++ b/src/app/tierSupport/TierSupportConstants.js
@@ -34,7 +34,8 @@ export const tierSupportActionTypes = keyMirror({
SPLIT_PANE_RESIZE: null,
TIER_SUPPORT_CLEAR_DATA: null,
TIER_SUPPORT_ACTIVATE_BUSY_FEEDBACK: null,
- TIER_SUPPORT_DISABLE_BUSY_FEEDBACK: null
+ TIER_SUPPORT_DISABLE_BUSY_FEEDBACK: null,
+ TS_OVERLAY_NETWORK_CALLBACK_RESPONSE_RECEIVED: null
});
export const TSUI_NODE_DETAILS_INITIAL_WIDTH = 300;