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",
|
dataType: "json",
|
||||||
async: true,
|
async: true,
|
||||||
success: function(json) {
|
success: function(json) {
|
||||||
// var jid = json.scalevirtualmachineresponse.jobid;
|
var jid = json.scalevirtualmachineresponse.jobid;
|
||||||
args.response.success();
|
args.response.success({
|
||||||
/* {_custom:
|
_custom:
|
||||||
{jobId: jid,
|
{jobId: jid,
|
||||||
getUpdatedItem: function(json) {
|
getUpdatedItem: function(json) {
|
||||||
return json.queryasyncjobresultresponse.jobresult.virtualmachine;
|
return json.queryasyncjobresultresponse.jobresult.virtualmachine;
|
||||||
@ -1277,7 +1277,7 @@
|
|||||||
return vmActionfilter;
|
return vmActionfilter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} */
|
});
|
||||||
|
|
||||||
},
|
},
|
||||||
error:function(json){
|
error:function(json){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user