mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
bug 13258: Restore showing all zones on dashboard
status 13258: resolved fixed
This commit is contained in:
parent
84b2b5a477
commit
992b9891d4
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user