summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-12-08 10:35:32 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-08 10:35:32 +0000
commit0bdd1969e46cd3347fb18fbd09c046ff7b7dd067 (patch)
treeb4ba511feccb56b237fcc4e8a0a764cfc734c1e7 /vid-app-common/src/main/java/org/onap
parentf53a917032b6c71c3d2b8f536244d4ba2611c068 (diff)
parentef5e3b283ed1825e2409db2d89fefed8b606abe6 (diff)
Merge "Show previous instantiations button in new service modal"
Diffstat (limited to 'vid-app-common/src/main/java/org/onap')
-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 0a78c3471..d1a0cf97f 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
@@ -80,6 +80,7 @@ public enum Features implements Feature {
FLAG_2002_VFM_UPGRADE_ADDITIONAL_OPTIONS,
FLAG_2002_IDENTIFY_INVARIANT_MACRO_UUID_BY_BACKEND,
FLAG_2004_INSTANTIATION_STATUS_FILTER,
+ FLAG_2004_TEMP_BUTTON_TO_INSTANTIATION_STATUS_FILTER,
;