mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
security/crowdsec: Fix alert time not showing in grid (#4843)
This commit is contained in:
parent
98a0f9d6a6
commit
71f05ef0f8
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
<th data-column-id="country">Country</th>
|
||||
<th data-column-id="as">AS</th>
|
||||
<th data-column-id="decisions">Decisions</th>
|
||||
<th data-column-id="created_at" data-formatter="created">Created</th>
|
||||
<th data-column-id="created" data-formatter="created">Created</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Reference in a new issue