mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - network page - detail view - pass listAll=true for now until API is fixed.
This commit is contained in:
parent
9c55b7b695
commit
d7cd27d923
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue