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