mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user