You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/07/02 11:58:23 UTC

git commit: updated refs/heads/master-6-17-stable to f922117

Updated Branches:
  refs/heads/master-6-17-stable 01a3a0fd0 -> f92211712


routerVM scale up response


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f9221171
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f9221171
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f9221171

Branch: refs/heads/master-6-17-stable
Commit: f9221171295d08918e551f290d7e9520f8134cd1
Parents: 01a3a0f
Author: Pranav Saxena <ps...@gmail.com>
Authored: Tue Jul 2 15:27:30 2013 +0530
Committer: Pranav Saxena <ps...@gmail.com>
Committed: Tue Jul 2 15:27:30 2013 +0530

----------------------------------------------------------------------
 ui/scripts/system.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f9221171/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 37bc7db..023d151 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -7065,18 +7065,18 @@
                 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;
                       },
                       getActionFilter: function() {
-                        return vmActionfilter;
+                        return routerActionfilter;
                         }
                      }
-                    }*/
+                    });
                   
                 },
                  error:function(json){