aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js
diff options
context:
space:
mode:
authorSonsino, Ofir (os0695) <os0695@intl.att.com>2018-08-15 15:00:25 +0300
committerSonsino, Ofir (os0695) <os0695@intl.att.com>2018-08-15 15:00:25 +0300
commit38f2c232dabeff5078216a5143f4b0df00524dcc (patch)
tree6d99a9b66547cf0214ba0e86e594f4d4a5bf25af /vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js
parent290473a25ae6d1236489aecd980497f4636f556b (diff)
Remove Controller Type field
Change-Id: I24a571aab0b4277762c915bb9900cca610c782a7 Issue-ID: VID-250 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js')
-rw-r--r--vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js5
1 files changed, 1 insertions, 4 deletions
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
}