mirror of https://github.com/apache/cloudstack.git
scaleUp VM response change corresponding UI changes
This commit is contained in:
parent
63fbdbb96f
commit
e6ae66d596
|
|
@ -1247,7 +1247,7 @@
|
|||
dataType: "json",
|
||||
async: true,
|
||||
success: function(json) {
|
||||
var jid = json.scalevirtualmachineresponse.jobid;
|
||||
// var jid = json.scalevirtualmachineresponse.jobid;
|
||||
args.response.success();
|
||||
/* {_custom:
|
||||
{jobId: jid,
|
||||
|
|
|
|||
|
|
@ -5421,9 +5421,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;
|
||||
|
|
@ -5433,8 +5433,8 @@
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
);
|
||||
} */
|
||||
|
||||
},
|
||||
error:function(json){
|
||||
args.response.error(parseXMLHttpResponse(json));
|
||||
|
|
@ -6305,9 +6305,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;
|
||||
|
|
@ -6316,8 +6316,8 @@
|
|||
return vmActionfilter;
|
||||
}
|
||||
}
|
||||
}
|
||||
);
|
||||
}*/
|
||||
|
||||
},
|
||||
error:function(json){
|
||||
args.response.error(parseXMLHttpResponse(json));
|
||||
|
|
|
|||
Loading…
Reference in New Issue