From 04ae8f05c392b49be4e4e9efb8518f30b88daf62 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Sun, 14 May 2023 13:25:15 +0200 Subject: [PATCH] Add Translated Columns to NAT Rules --- client/src/pages/firewall/DestinationNATRules.vue | 4 +++- client/src/pages/firewall/SourceNATRules.vue | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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() => {