cloudstack 3.0 UI - Guest Network section - pass listAll=true to listNetworks API.

This commit is contained in:
Jessica Wang 2012-08-01 16:35:48 -07:00
parent f80bfb35f5
commit 32c295aa6c
1 changed files with 3 additions and 0 deletions

View File

@ -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({