From cbd15d952dfb6ad9b95b0da18472a8c4d0794989 Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Sun, 15 Sep 2019 08:57:28 +0300 Subject: change operational-environment-type on operational-environments query Issue-ID: VID-637 Signed-off-by: Eylon Malin Change-Id: Ia9340269dd6a4a6616a6fdbfe166eea0731490de --- .../modals/new-test-environment/new-test-environment.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/modals') diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-test-environment/new-test-environment.controller.js b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-test-environment/new-test-environment.controller.js index 53111950c..352fa2019 100644 --- a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-test-environment/new-test-environment.controller.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-test-environment/new-test-environment.controller.js @@ -36,7 +36,7 @@ }; var loadEcompEnvironmentsList = function () { - TestEnvironmentsService.loadAAIestEnvironments("ONAP") + TestEnvironmentsService.loadAAIestEnvironments("ECOMP") .then(function(response) { vm.environments = response.operationalEnvironment; }) -- cgit 1.2.3-korg