mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
add fireall rule log column
This commit is contained in:
parent
1bf33e54b3
commit
185c1e723d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ const columns = [
|
|||
{ heading: 'Service', path: 'services', component: markRaw(ArrayDisplay), componentProp: 'data' },
|
||||
{ heading: 'Verdict', path: 'verdict' },
|
||||
{ heading: 'Counter', path: 'counter' },
|
||||
{ heading: 'Log', path: 'log' },
|
||||
{ heading: 'Comment', path: 'comment' },
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue