You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/04/19 13:28:44 UTC

[30/35] git commit: updated refs/heads/marvin_refactor to 4abd929

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/marvin_refactor
Commit: f98ce5ddccac4bab4c543d9ba01d817e4bec9eda
Parents: ea893ea
Author: Pranav Saxena <pr...@citrix.com>
Authored: Fri Apr 19 15:14:57 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
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,