From 38f2c232dabeff5078216a5143f4b0df00524dcc Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Wed, 15 Aug 2018 15:00:25 +0300 Subject: Remove Controller Type field Change-Id: I24a571aab0b4277762c915bb9900cca610c782a7 Issue-ID: VID-250 Signed-off-by: Sonsino, Ofir (os0695) --- .../modals/new-change-management/new-change-management.controller.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js') diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js index 39182191b..c55092e4c 100644 --- a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js @@ -10,7 +10,7 @@ vm.hasScheduler = !!VIDCONFIGURATION.SCHEDULER_PORTAL_URL; vm.configUpdatePatternError = "Invalid file type. Please select a file with a CSV extension."; vm.configUpdateContentError = "Invalid file structure."; - vm.controllers = VIDCONFIGURATION.SCALE_OUT_CONTROLLERS; + vm.wizardStep = 1; vm.nextStep = function(){ vm.wizardStep++; @@ -225,7 +225,6 @@ 'operations_timeout':changeManagement.operationTimeout }; requestParametersData = { - controllerType: changeManagement.controllerType, payload: JSON.stringify(payloadObj) } }else if(workflowType=="VNF Config Update"){ @@ -237,13 +236,11 @@ if(moduleToScale.userParams) { requestParametersData = { - controllerType: changeManagement.controllerType, userParams: moduleToScale.userParams //,usePreload: true } }else{ requestParametersData = { - controllerType: changeManagement.controllerType, userParams: [] //,usePreload: false } -- cgit 1.2.3-korg