mirror of https://github.com/apache/cloudstack.git
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:
parent
9022ab5bc9
commit
7ec7484662
|
|
@ -1377,8 +1377,7 @@
|
|||
// Get network data
|
||||
$.ajax({
|
||||
url: createURL('listPublicIpAddresses'),
|
||||
data: {
|
||||
listAll: true,
|
||||
data: {
|
||||
id: args.id
|
||||
},
|
||||
dataType: "json",
|
||||
|
|
|
|||
Loading…
Reference in New Issue