CS-15700: Not able to view Guest Network unable to view or add guest IPs from UI

This commit is contained in:
Sanjay Tripathi 2012-07-27 17:46:29 +05:30
parent 5bde60743b
commit a2e71a1add
1 changed files with 1 additions and 5 deletions

View File

@ -411,9 +411,6 @@
}
$.ajax({
url: createURL("listNetworks&page=" + args.page + "&pagesize=" + pageSize + array1.join("")),
data: {
listAll: true
},
dataType: 'json',
async: false,
success: function(data) {
@ -842,8 +839,7 @@
dataProvider: function(args) {
$.ajax({
url: createURL("listNetworks&id=" + args.context.networks[0].id + "&listAll=true"), //pass "&listAll=true" to "listNetworks&id=xxxxxxxx" for now before API gets fixed.
data: { listAll: true },
url: createURL("listNetworks&id=" + args.context.networks[0].id), //pass "&listAll=true" to "listNetworks&id=xxxxxxxx" for now before API gets fixed.
dataType: "json",
async: true,
success: function(json) {