scaleUp VM response change corresponding UI changes

This commit is contained in:
Pranav Saxena 2013-05-06 14:08:40 +05:30
parent 63fbdbb96f
commit e6ae66d596
2 changed files with 11 additions and 11 deletions

View File

@ -1247,7 +1247,7 @@
dataType: "json",
async: true,
success: function(json) {
var jid = json.scalevirtualmachineresponse.jobid;
// var jid = json.scalevirtualmachineresponse.jobid;
args.response.success();
/* {_custom:
{jobId: jid,

View File

@ -5421,9 +5421,9 @@
dataType: "json",
async: true,
success: function(json) {
var jid = json.scalevirtualmachineresponse.jobid;
args.response.success(
{_custom:
// var jid = json.scalevirtualmachineresponse.jobid;
args.response.success();
/* {_custom:
{jobId: jid,
getUpdatedItem: function(json) {
return json.queryasyncjobresultresponse.jobresult.virtualmachine;
@ -5433,8 +5433,8 @@
}
}
}
);
} */
},
error:function(json){
args.response.error(parseXMLHttpResponse(json));
@ -6305,9 +6305,9 @@
dataType: "json",
async: true,
success: function(json) {
var jid = json.scalevirtualmachineresponse.jobid;
args.response.success(
{_custom:
// var jid = json.scalevirtualmachineresponse.jobid;
args.response.success();
/* {_custom:
{jobId: jid,
getUpdatedItem: function(json) {
return json.queryasyncjobresultresponse.jobresult.virtualmachine;
@ -6316,8 +6316,8 @@
return vmActionfilter;
}
}
}
);
}*/
},
error:function(json){
args.response.error(parseXMLHttpResponse(json));