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:52:36 UTC

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

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


scale up system VM response


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

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

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/01a3a0fd/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index a170ce7..37bc7db 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -6181,19 +6181,19 @@
                 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 systemvmActionfilter;
                          }
                           
                        }
-                    } */
+                    });
 
                 },
                  error:function(json){