X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ui-react%2Fsrc%2Futils%2FOnapConstants.js;h=8460340d1df1267a512cd081e7e86554535741bb;hb=c0ec0fc448af1c5d6eacb195e95938c921ba1bce;hp=22460c3d1e118ed56f764e5f93f9ac2405714f66;hpb=061ecec6a6099ad7fb480b0fe67f6e5154f9db23;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;