mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
Add Translated Columns to NAT Rules
This commit is contained in:
parent
0e5cd1d3a5
commit
04ae8f05c3
2 changed files with 6 additions and 2 deletions
|
@ -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'},
|
||||
];
|
||||
|
|
|
@ -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'},
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue