cloudstack 3.0 UI - IP Address page - retrieving data for detailView - no need to pass listAll parameter to listPublicIpAddresses API. Passing id parameter is enough.

This commit is contained in:
Jessica Wang 2012-03-12 14:11:51 -07:00
parent 9022ab5bc9
commit 7ec7484662
1 changed files with 1 additions and 2 deletions

View File

@ -1377,8 +1377,7 @@
// Get network data
$.ajax({
url: createURL('listPublicIpAddresses'),
data: {
listAll: true,
data: {
id: args.id
},
dataType: "json",