diff --git a/client/src/pages/firewall/DestinationNATRules.vue b/client/src/pages/firewall/DestinationNATRules.vue index c64ef70..5d8b1dc 100644 --- a/client/src/pages/firewall/DestinationNATRules.vue +++ b/client/src/pages/firewall/DestinationNATRules.vue @@ -7,7 +7,6 @@ const columns = [ {heading: 'Source', path: 'match.source_addresses'}, {heading: 'Destination', path: 'match.destination_addresses'}, {heading: 'Service', path: 'match.services'}, - {heading: 'Verdict', path: 'verdict'}, {heading: 'Counter', path: 'counter'}, {heading: 'Comment', path: 'comment'}, ]; diff --git a/client/src/pages/firewall/SourceNATRules.vue b/client/src/pages/firewall/SourceNATRules.vue index 3b8c6bd..fa447d1 100644 --- a/client/src/pages/firewall/SourceNATRules.vue +++ b/client/src/pages/firewall/SourceNATRules.vue @@ -7,7 +7,6 @@ const columns = [ {heading: 'Source', path: 'match.source_addresses'}, {heading: 'Destination', path: 'match.destination_addresses'}, {heading: 'Service', path: 'match.services'}, - {heading: 'Verdict', path: 'verdict'}, {heading: 'Counter', path: 'counter'}, {heading: 'Comment', path: 'comment'}, ];