X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ui-react%2Fsrc%2Futils%2FOnapConstants.js;h=8460340d1df1267a512cd081e7e86554535741bb;hb=3521f1dd8b2447d5225c51acdf1472c4c94a3ed3;hp=22460c3d1e118ed56f764e5f93f9ac2405714f66;hpb=b398c32d092ca7ca14fa37d22fae6cbc1710e66e;p=clamp.git diff --git a/ui-react/src/utils/OnapConstants.js b/ui-react/src/utils/OnapConstants.js index 22460c3d..8460340d 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;