Create SVG in UI
[clamp.git] / ui-react / src / utils / OnapConstants.js
index 22460c3..8460340 100644 (file)
@@ -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;