diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-01-15 12:04:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-15 12:04:32 +0000 |
commit | e8d84989d4ff3489901934825279b73c453cbeb5 (patch) | |
tree | 2b9ac580bc7dbd7e8d450d8a3a5eaa6466d3ef14 /vid-app-common | |
parent | fcf4351694aea05d3dd4c1a1158c53de4b629a8a (diff) | |
parent | 18ef46562cbbd7d44c3a053275b0bcb0ae403758 (diff) |
Merge "remove "Previous instantiotion" button from service popup."
Diffstat (limited to 'vid-app-common')
-rw-r--r-- | vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 2 |
1 files changed, 1 insertions, 1 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 a42110337..8a944a9ab 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 @@ -81,9 +81,9 @@ public enum Features implements Feature { FLAG_2002_IDENTIFY_INVARIANT_MACRO_UUID_BY_BACKEND, FLAG_2004_INSTANTIATION_STATUS_FILTER, FLAG_2004_CREATE_ANOTHER_INSTANCE_FROM_TEMPLATE, - FLAG_2004_TEMP_BUTTON_TO_INSTANTIATION_STATUS_FILTER, FLAG_2004_INSTANTIATION_TEMPLATES_POPUP, FLAG_2002_UNLIMITED_MAX, + ; |