You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2013/07/12 09:51:38 UTC

[43/50] git commit: updated refs/heads/sdnextensions to bcfb4e6

CLOUDSTACK-3395: Fix typo in 'revert to VM snapshot' response


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

Branch: refs/heads/sdnextensions
Commit: 62823a292edda1d85681206f9359c87715a37843
Parents: 6eeea70
Author: Brian Federle <br...@citrix.com>
Authored: Thu Jul 11 14:44:52 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Jul 11 14:44:52 2013 -0700

----------------------------------------------------------------------
 ui/scripts/vm_snapshots.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/62823a29/ui/scripts/vm_snapshots.js
----------------------------------------------------------------------
diff --git a/ui/scripts/vm_snapshots.js b/ui/scripts/vm_snapshots.js
index 190bf75..c50c7e1 100644
--- a/ui/scripts/vm_snapshots.js
+++ b/ui/scripts/vm_snapshots.js
@@ -174,7 +174,7 @@
                 dataType: "json",
                 async: true,
                 success: function(json) {
-                  var jid = json.reverttosnapshotresponse.jobid;
+                  var jid = json.reverttovmsnapshotresponse.jobid;
                   args.response.success({
                     _custom: {
                       jobId: jid
@@ -193,4 +193,4 @@
       //detailview end
     }
   }
-})(jQuery, cloudStack);
\ No newline at end of file
+})(jQuery, cloudStack);