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

git commit: updated refs/heads/master to cfd1098

Updated Branches:
  refs/heads/master d53a35998 -> cfd109895


system VM Scale up response handling


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

Branch: refs/heads/master
Commit: cfd1098951b50846bdcecd6bcb48fd24a879a819
Parents: d53a359
Author: Pranav Saxena <ps...@gmail.com>
Authored: Tue Jul 2 15:14:24 2013 +0530
Committer: Pranav Saxena <ps...@gmail.com>
Committed: Tue Jul 2 15:14:24 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cfd10989/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 135307b..1918a99 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -6507,19 +6507,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){