Remove Verdict from NAT

This commit is contained in:
Samuel Lorch 2023-03-27 21:27:27 +02:00
parent 1c467e90ae
commit 665c534a4b
2 changed files with 0 additions and 2 deletions

View file

@ -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'},
];

View file

@ -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'},
];