mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
system VM Scale up response handling
This commit is contained in:
parent
d53a359987
commit
cfd1098951
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user