mirror of https://github.com/apache/cloudstack.git
Fix IP address list view
This commit is contained in:
parent
a9387dfc58
commit
ccbad34c05
|
|
@ -1934,8 +1934,7 @@
|
|||
$.ajax({
|
||||
url: createURL('listPublicIpAddresses'),
|
||||
data: {
|
||||
id: args.context.ipAddresses[0].id,
|
||||
listAll: true
|
||||
id: args.context.ipAddresses[0].id
|
||||
},
|
||||
dataType: "json",
|
||||
async: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue