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.

This commit is contained in:
Jessica Wang 2013-01-30 15:42:02 -08:00
parent 301c4413bc
commit 0f130e15c7

View File

@ -379,9 +379,7 @@
}); });
}; };
//dataFns.zoneCount({}); dataFns.zoneCount({});
dataFns.podCount({}); //uncomment the line above and remove this line after "count" in listZones API is fixed.
} }
}, },