From 665c534a4bc6cc7488085125b1b5cf18d7f39ca0 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Mon, 27 Mar 2023 21:27:27 +0200 Subject: [PATCH] Remove Verdict from NAT --- client/src/pages/firewall/DestinationNATRules.vue | 1 - client/src/pages/firewall/SourceNATRules.vue | 1 - 2 files changed, 2 deletions(-) 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'}, ];