mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
scale up VM response handling
This commit is contained in:
parent
625a9a1dc8
commit
d53a359987
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user