X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fsrc%2Fmain%2Fwebapp%2Fapp%2Fvid%2Fscripts%2Fconstants%2FparameterConstants.js;h=693186af4b7731fd9ae68f39da3a30f659603b46;hb=6c7dcba5be04a502a2d5de7e7c5f14eedf9eaa2a;hp=4e3ad29d12c621dcfff8dbfa66cfd93ae3a86848;hpb=ef3524df38879e4f070a018beb3de494cf276fee;p=vid.git diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js b/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js index 4e3ad29d1..693186af4 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js @@ -46,7 +46,10 @@ appDS2.constant("PARAMETER", (function() { GREATER_THAN: "greater_than", LESS_THAN: "less_than", GREATER_OR_EQUAL: "greater_or_equal", - LESS_OR_EQUAL: "less_or_equal" + LESS_OR_EQUAL: "less_or_equal", + DISPLAY_NAME: "displayName", + CHECKBOX:'checkbox', + FILE:'file' }; })())