You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2012/11/02 19:21:03 UTC

git commit: cloudstack UI - infrastructure page - bring resource count back.

Updated Branches:
  refs/heads/master 0d7ed63e2 -> cfdcc7ed1


cloudstack UI - infrastructure page - bring resource count back.


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

Branch: refs/heads/master
Commit: cfdcc7ed158f25bc812292837170483a933a87e5
Parents: 0d7ed63
Author: Jessica Wang <je...@citrix.com>
Authored: Fri Nov 2 10:19:41 2012 -0700
Committer: Jessica Wang <je...@citrix.com>
Committed: Fri Nov 2 11:20:52 2012 -0700

----------------------------------------------------------------------
 ui/scripts/system.js |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cfdcc7ed/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 4eadf09..627b64f 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -336,12 +336,7 @@
             data: data
           });
         };
-
-        //  re: CS-16413 -- Disable API calls
-        return args.response.success({
-          data: {}
-        });
-
+       
         dataFns.zoneCount({});
       }
     },