Updated Branches: refs/heads/master-6-17-stable 1ef5343e1 -> fc73cabfd
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/fc73cabf Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fc73cabf Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fc73cabf Branch: refs/heads/master-6-17-stable Commit: fc73cabfd747ea60fb5d0f10b26e7716b9f6a5da Parents: 1ef5343 Author: Pranav Saxena <psb...@gmail.com> Authored: Tue Jul 2 12:32:39 2013 +0530 Committer: Pranav Saxena <psb...@gmail.com> Committed: Tue Jul 2 12:32:39 2013 +0530 ---------------------------------------------------------------------- ui/scripts/instances.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fc73cabf/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index e9a3d67..b6d3882 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){