diff --git a/client/src/pages/firewall/DestinationNATRules.vue b/client/src/pages/firewall/DestinationNATRules.vue index ec2cab8..e75cdea 100644 --- a/client/src/pages/firewall/DestinationNATRules.vue +++ b/client/src/pages/firewall/DestinationNATRules.vue @@ -12,6 +12,8 @@ const columns = [ {heading: 'Source', path: 'match.source_addresses'}, {heading: 'Destination', path: 'match.destination_addresses'}, {heading: 'Service', path: 'match.services'}, + {heading: 'Translated Address', path: 'address'}, + {heading: 'Translated Service', path: 'service'}, {heading: 'Counter', path: 'counter'}, {heading: 'Comment', path: 'comment'}, ]; @@ -57,7 +59,7 @@ onMounted(async() => {