aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common
diff options
context:
space:
mode:
authorAlexey Sandler <alexey.sandler@intl.att.com>2020-04-19 20:32:42 +0300
committerAlexey Sandler <alexey.sandler@intl.att.com>2020-04-19 20:35:00 +0300
commita3b9e3e948ea95ef77f9c18e9565456e500ac466 (patch)
tree29b016544e943842bb1f74ad7a8b4a2bae09f7f7 /vid-app-common
parent01f85c23e21cacd236d365d689788275d2046211 (diff)
add "new view/edit" button in the Instantiation Status page
Issue-ID: VID-805 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I2883ce3ddb8e5eb7eb5eb405f9ae2aeb554252bc Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Diffstat (limited to 'vid-app-common')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/properties/Features.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
index 91f787cda..3b9570008 100644
--- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
+++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
@@ -93,6 +93,7 @@ public enum Features implements Feature {
FLAG_EXP_USE_FORMAT_PARAMETER_FOR_CM_DASHBOARD,
FLAG_2006_NETWORK_LOB_MULTI_SELECT,
FLAG_2006_VNF_LOB_MULTI_SELECT,
+ FLAG_2006_NEW_VIEW_EDIT_BUTTON_IN_INSTANTIATION_STATUS,
FLAG_GUILIN_CONFIG_PORTAL_APP_PASSWORD,