aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/modals
diff options
context:
space:
mode:
authorEylon Malin <eylon.malin@intl.att.com>2019-09-15 08:57:28 +0300
committerEylon Malin <eylon.malin@intl.att.com>2019-09-15 08:57:28 +0300
commitcbd15d952dfb6ad9b95b0da18472a8c4d0794989 (patch)
tree4e8f9029c8974b493f70717b0b9bcc78ad6b0e33 /vid-app-common/src/main/webapp/app/vid/scripts/modals
parentf705e6aaeda60c610c88ec840eb9f351981bff7a (diff)
change operational-environment-type on operational-environments query
Issue-ID: VID-637 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: Ia9340269dd6a4a6616a6fdbfe166eea0731490de
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/modals')
-rw-r--r--vid-app-common/src/main/webapp/app/vid/scripts/modals/new-test-environment/new-test-environment.controller.js2
1 files changed, 1 insertions, 1 deletions
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;
})