aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
diff options
context:
space:
mode:
authorRina Roi <rina.roi@intl.att.com>2019-08-01 12:51:30 +0300
committerRina Roi <rina.roi@intl.att.com>2019-08-01 14:29:59 +0300
commit0a078bb56030f0311081b8a24b2977d8a52e331e (patch)
treef3d03e7e788425742e02ce9372369b863c5ebf1c /vid-app-common/src/main/java/org/onap/vid/properties/Features.java
parent1c4cea59f9190c8a96bcd40233df0559ed03af2f (diff)
Add flag for modern UI
Issue-ID: VID-544 Change-Id: Iad79353ff9f55416d87b5bef56e38dd01357003b Signed-off-by: Rina Roi <rina.roi@intl.att.com>
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/properties/Features.java')
-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 c96efe6f5..bc3c6c8ec 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
@@ -48,6 +48,7 @@ public enum Features implements Feature {
FLAG_ASYNC_ALACARTE_VFMODULE,
FLAG_SUPPLEMENTARY_FILE,
FLAG_EXP_ANY_ALACARTE_NEW_INSTANTIATION_UI,
+ FLAG_ENABLE_WEBPACK_MODERN_UI,
FLAG_1810_CR_LET_SELECTING_COLLECTOR_TYPE_UNCONDITIONALLY,
FLAG_1810_CR_ADD_CLOUD_OWNER_TO_MSO_REQUEST,
FLAG_1810_CR_SOFT_DELETE_ALACARTE_VF_MODULE,