add fireall rule log column

This commit is contained in:
Samuel Lorch 2024-07-30 23:44:29 +02:00
parent 1bf33e54b3
commit 185c1e723d

View file

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