Updated Branches:
  refs/heads/4.2 e6d03f232 -> 6c4082301

CLOUDSTACK-4223: UI > Infrastructure > zone > USC > blades tab - fix a bug that 
blades failed to be listed in listView.


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

Branch: refs/heads/4.2
Commit: 6c4082301cc99d6ff02aa19f711917501fbf1167
Parents: e6d03f2
Author: Jessica Wang <jessicaw...@apache.org>
Authored: Fri Aug 9 16:18:58 2013 -0700
Committer: Jessica Wang <jessicaw...@apache.org>
Committed: Fri Aug 9 16:18:58 2013 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6c408230/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 09bc4f4..531c992 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -13902,7 +13902,7 @@
                                             data: {
                                                 ucsmanagerid: 
args.context.ucsManagers[0].id
                                             },
-                                            error: function(json) {
+                                            success: function(json) {
                                                 //for testing only (begin)
                                                /*
                                                json = {

Reply via email to