CLOUDSTACK-355: cloudstack UI - Infrastructure menu - restore total number of 
zone on UI since performance issue of listZones API has been fixed on 
server-side.


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

Branch: refs/heads/javelin
Commit: 0f130e15c7b3120b3a40a6ea4d4429159ee07a93
Parents: 301c441
Author: Jessica Wang <[email protected]>
Authored: Wed Jan 30 15:42:02 2013 -0800
Committer: Jessica Wang <[email protected]>
Committed: Wed Jan 30 15:42:02 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0f130e15/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 1dcf7c4..2ce7672 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -379,9 +379,7 @@
           });
         };
        
-        //dataFns.zoneCount({});  
-                               dataFns.podCount({});     //uncomment the line 
above and remove this line after "count" in listZones API is fixed.
-                               
+        dataFns.zoneCount({});         
       }
     },
 

Reply via email to