cloudstack 3.0 UI - network page - detail view - pass listAll=true for now until API is fixed.

This commit is contained in:
Jessica Wang 2012-03-21 16:30:43 -07:00
parent 9c55b7b695
commit d7cd27d923
1 changed files with 1 additions and 1 deletions

View File

@ -685,7 +685,7 @@
],
dataProvider: function(args) {
$.ajax({
url: createURL("listNetworks&id=" + args.context.networks[0].id),
url: createURL("listNetworks&id=" + args.context.networks[0].id + "&listAll=true"), //pass "listAll=true" for now until API is fixed.
data: { listAll: true },
dataType: "json",
async: true,