Updated Branches: refs/heads/master 625a9a1dc -> d53a35998
scale up VM response handling Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d53a3599 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d53a3599 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d53a3599 Branch: refs/heads/master Commit: d53a359987e5d726b7becd0ff05f79c74eb19e3d Parents: 625a9a1 Author: Pranav Saxena <psb...@gmail.com> Authored: Tue Jul 2 12:38:04 2013 +0530 Committer: Pranav Saxena <psb...@gmail.com> Committed: Tue Jul 2 12:38:04 2013 +0530 ---------------------------------------------------------------------- ui/scripts/instances.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d53a3599/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index e9a3d67..f905fa4 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -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){