Updated Branches:
  refs/heads/master 9d6bd567f -> 2da3be7e3

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/2da3be7e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2da3be7e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2da3be7e

Branch: refs/heads/master
Commit: 2da3be7e3fd4e4388cfadeb2d032551acd7dfc8a
Parents: 9d6bd56
Author: Pranav Saxena <psb...@gmail.com>
Authored: Tue Jul 2 15:29:42 2013 +0530
Committer: Pranav Saxena <psb...@gmail.com>
Committed: Tue Jul 2 15:29:42 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2da3be7e/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 1918a99..0c776e2 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -7428,18 +7428,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){

Reply via email to