diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2019-09-24 07:54:09 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2019-10-02 17:11:15 +0200 |
commit | cbf73dae518c62d5ebd077816e457d5e8db15a85 (patch) | |
tree | 7038958d1eeb72344365629887c4c5d0005dd253 /vid-app-common/src/main/webapp/WEB-INF | |
parent | fdea9e36bd95193d2e920398beee914e4953919c (diff) |
adding orchestration type to service models view
Issue-ID: VID-602
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I289b55129cbfe8fbf6dd28f0e8f41715ff4ed107
Diffstat (limited to 'vid-app-common/src/main/webapp/WEB-INF')
-rw-r--r-- | vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties | 1 | ||||
-rw-r--r-- | vid-app-common/src/main/webapp/WEB-INF/conf/onap.features.properties | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties index db2ff8e97..d4910bf25 100644 --- a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties +++ b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties @@ -36,3 +36,4 @@ FLAG_DISABLE_HOMING = true FLAG_FLASH_CLOUD_REGION_AND_NF_ROLE_OPTIONAL_SEARCH=false FLAG_FLASH_REDUCED_RESPONSE_CHANGEMG = false FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE = false +FLAG_SHOW_ORCHESTRATION_TYPE = false diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/onap.features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/onap.features.properties index d1ce91f44..709de9566 100644 --- a/vid-app-common/src/main/webapp/WEB-INF/conf/onap.features.properties +++ b/vid-app-common/src/main/webapp/WEB-INF/conf/onap.features.properties @@ -15,6 +15,7 @@ FLAG_1810_AAI_LOCAL_CACHE = true FLAG_EXP_USE_DEFAULT_HOST_NAME_VERIFIER = false FLAG_HANDLE_SO_WORKFLOWS = true FLAG_CREATE_ERROR_REPORTS = true +FLAG_SHOW_ORCHESTRATION_TYPE = false # Modern UI (Drawing-Board; View/Edit) # - - - - - - - - - - - - - - - - - - |