From d7196039157000a9aa600a9d6f28b0aa995df5dc Mon Sep 17 00:00:00 2001 From: Alexey Sandler Date: Mon, 20 Apr 2020 09:49:27 +0300 Subject: Add select a subscriber for the source VNF on the PMC instantiation form Add the "Source Subscriber Name" drop down for the source VNF on the PMC (Port Mirroring Configuration) instantiation form. Issue-ID: VID-809 Signed-off-by: Alexey Sandler Change-Id: Ifa37aa38c96153f60ad020225d0a215c6b67bbfe Signed-off-by: Alexey Sandler --- vid-app-common/src/main/java/org/onap/vid/properties/Features.java | 1 + 1 file changed, 1 insertion(+) (limited to 'vid-app-common/src/main/java/org/onap/vid/properties/Features.java') 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 3b9570008..a83ca47b2 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 @@ -94,6 +94,7 @@ public enum Features implements Feature { FLAG_2006_NETWORK_LOB_MULTI_SELECT, FLAG_2006_VNF_LOB_MULTI_SELECT, FLAG_2006_NEW_VIEW_EDIT_BUTTON_IN_INSTANTIATION_STATUS, + FLAG_2006_PORT_MIRRORING_LET_SELECTING_SOURCE_SUBSCRIBER, FLAG_GUILIN_CONFIG_PORTAL_APP_PASSWORD, -- cgit 1.2.3-korg