summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js')
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js b/vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js
index d7f429a6e..fc051d028 100755
--- a/vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js
@@ -28,6 +28,7 @@ appDS2.factory("FIELD", ["PARAMETER", function (PARAMETER) {
var ID = {
AVAILABLE_VOLUME_GROUP: "availableVolumeGroup",
INSTANCE_NAME: "instanceName",
+ PNF_ID: "pnfId",
LCP_REGION: "lcpRegion",
LCP_REGION_TEXT: "lcpRegionText",
PRODUCT_FAMILY: "productFamily",
@@ -155,6 +156,7 @@ appDS2.factory("FIELD", ["PARAMETER", function (PARAMETER) {
var NAME = {
AVAILABLE_VOLUME_GROUP: "Available Volume Group",
INSTANCE_NAME: "Instance Name",
+ PNF_ID: "PNF (Correlation) ID",
CUSTOMER_ID: "Customer ID",
LCP_REGION: "LCP Region",
LCP_REGION_TEXT: "Legacy Region",
@@ -337,6 +339,11 @@ appDS2.factory("FIELD", ["PARAMETER", function (PARAMETER) {
id: ID.INSTANCE_NAME,
isRequired: true
},
+ PNF_ID: {
+ name: NAME.PNF_ID,
+ id: ID.PNF_ID,
+ isRequired: false
+ },
LCP_REGION: {
name: NAME.LCP_REGION,
id: ID.LCP_REGION,