Updated Branches: refs/heads/ui-vm-affinity e5cea0204 -> 922b51ca7
ClOUDSTACK-2111:UI remain in processing state even after scaleVM executed successfullY Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f98ce5dd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f98ce5dd Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f98ce5dd Branch: refs/heads/ui-vm-affinity Commit: f98ce5ddccac4bab4c543d9ba01d817e4bec9eda Parents: ea893ea Author: Pranav Saxena <[email protected]> Authored: Fri Apr 19 15:14:57 2013 +0530 Committer: Pranav Saxena <[email protected]> Committed: Fri Apr 19 15:14:57 2013 +0530 ---------------------------------------------------------------------- ui/scripts/instances.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f98ce5dd/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 21b58ae..b2d9dde 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -1115,7 +1115,7 @@ dataType: "json", async: true, success: function(json) { - var jid = json.scaleupvirtualmachineresponse.jobid; + var jid = json.scalevirtualmachineresponse.jobid; args.response.success( {_custom: {jobId: jid,
