scale up virtual machine response change in the backend

This commit is contained in:
Pranav Saxena 2013-05-05 12:02:32 +05:30
parent 38f7e271bc
commit b33b316755
1 changed files with 4 additions and 4 deletions

View File

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