mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - Guest Network section - pass listAll=true to listNetworks API.
This commit is contained in:
parent
f80bfb35f5
commit
32c295aa6c
|
|
@ -412,6 +412,9 @@
|
|||
$.ajax({
|
||||
url: createURL("listNetworks&page=" + args.page + "&pagesize=" + pageSize + array1.join("")),
|
||||
dataType: 'json',
|
||||
data: {
|
||||
listAll: true
|
||||
},
|
||||
async: false,
|
||||
success: function(data) {
|
||||
args.response.success({
|
||||
|
|
|
|||
Loading…
Reference in New Issue