bug 13258: Restore showing all zones on dashboard

status 13258: resolved fixed
This commit is contained in:
bfederle 2012-01-26 11:26:24 -08:00
parent 84b2b5a477
commit 992b9891d4
2 changed files with 0 additions and 6 deletions

View File

@ -81,9 +81,6 @@
if (data.zones) {
$.ajax({
url: createURL('listCapacity'),
data: {
zoneid: data.zones[0].id // Temporary hack to keep dashboard working
},
success: function(json) {
var capacities = json.listcapacityresponse.capacity;

View File

@ -79,9 +79,6 @@
if (data.zoneCount) {
$.ajax({
url: createURL('listCapacity'),
data: {
zoneid: data.zones[0].id // Temporary hack to keep dashboard working
},
success: function(json) {
var capacities = json.listcapacityresponse.capacity;