diff options
author | 2020-05-26 07:22:41 +0000 | |
---|---|---|
committer | 2020-05-26 07:22:41 +0000 | |
commit | 3521f1dd8b2447d5225c51acdf1472c4c94a3ed3 (patch) | |
tree | 28f5a6f0c94c499f71d28be043884ef5e1868ea6 /ui-react/src/utils/OnapConstants.js | |
parent | a1668ebbcf5c010a495c56e78178a615f52c655b (diff) | |
parent | c0ec0fc448af1c5d6eacb195e95938c921ba1bce (diff) |
Merge "Create SVG in UI"
Diffstat (limited to 'ui-react/src/utils/OnapConstants.js')
-rw-r--r-- | ui-react/src/utils/OnapConstants.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui-react/src/utils/OnapConstants.js b/ui-react/src/utils/OnapConstants.js index 22460c3d1..8460340d1 100644 --- a/ui-react/src/utils/OnapConstants.js +++ b/ui-react/src/utils/OnapConstants.js @@ -24,7 +24,9 @@ // Maintain a list of ONAP CLAMP UI "constants" that can be used by any componenet within CLAMP const OnapConstants = { - defaultLoopName: "Empty (NO loop loaded yet)" + defaultLoopName: "Empty (NO loop loaded yet)", + microServiceType: "MICRO-SERVICE-POLICY", + operationalPolicyType: "OPERATIONAL_POLICY_TYPE" }; export default OnapConstants; |