From a2e71a1addc35de7d42da84d8ce435709a630839 Mon Sep 17 00:00:00 2001 From: Sanjay Tripathi Date: Fri, 27 Jul 2012 17:46:29 +0530 Subject: [PATCH] CS-15700: Not able to view Guest Network unable to view or add guest IPs from UI --- ui/scripts/network.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index aed52eb8b79..ba6f7fd5e1b 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -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) {