mirror of https://github.com/apache/cloudstack.git
bug 13920: Fix static NAT rule listing
status 13920: resolved fixed
This commit is contained in:
parent
b2f4fcdfed
commit
ba0044fa0d
|
|
@ -1717,6 +1717,7 @@
|
|||
$.ajax({
|
||||
url: createURL('listIpForwardingRules'),
|
||||
data: {
|
||||
listAll: true,
|
||||
ipaddressid: args.context.ipAddresses[0].id
|
||||
},
|
||||
dataType: 'json',
|
||||
|
|
|
|||
Loading…
Reference in New Issue