system VM Scale up response handling

This commit is contained in:
Pranav Saxena 2013-07-02 15:14:24 +05:30
parent d53a359987
commit cfd1098951

View File

@ -6507,19 +6507,19 @@
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;
},
getActionFilter: function() {
return vmActionfilter;
return systemvmActionfilter;
}
}
} */
});
},
error:function(json){