scale up VM response handling

This commit is contained in:
Pranav Saxena 2013-07-02 12:38:04 +05:30
parent 625a9a1dc8
commit d53a359987

View File

@ -1266,9 +1266,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;
@ -1277,7 +1277,7 @@
return vmActionfilter;
}
}
} */
});
},
error:function(json){