diff options
author | steventh <steve.thomas@amdocs.com> | 2018-02-27 11:40:28 -0500 |
---|---|---|
committer | steventh <steve.thomas@amdocs.com> | 2018-02-27 14:50:13 -0500 |
commit | e97e160e9d9d93b7e45c30166f4a0fec6b2e613d (patch) | |
tree | c69e7067624b3057eae27dca7bf0d4be179a2e82 /src/app/tierSupport/TierSupportConstants.js | |
parent | 9fcc0c271c53041e7e196182af51368fbce7dd3f (diff) |
Adding Violation History to DIO
Issue-ID: AAI-817
Change-Id: I2fbdbea3eedc568ef7046d83496890969a0c85ec
Signed-off-by: steventh <steve.thomas@amdocs.com>
Diffstat (limited to 'src/app/tierSupport/TierSupportConstants.js')
-rw-r--r-- | src/app/tierSupport/TierSupportConstants.js | 3 |
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; |