You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ki...@apache.org on 2013/01/31 18:07:19 UTC

[22/43] git commit: refs/heads/regions - 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.

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/regions
Commit: 0f130e15c7b3120b3a40a6ea4d4429159ee07a93
Parents: 301c441
Author: Jessica Wang <je...@citrix.com>
Authored: Wed Jan 30 15:42:02 2013 -0800
Committer: Jessica Wang <je...@citrix.com>
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({});  	
       }
     },