FIX: Show last match time of screened IP address (#19382)

The labels are hidden on the desktop and it was hidden using CSS.
This commit is contained in:
Bianca Nenciu 2022-12-08 19:45:55 +02:00 committed by GitHub
parent 187b0bfb43
commit 86d49f4fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -54,10 +54,8 @@
</td>
<td class="col last_match_at">
{{#if item.last_match_at}}
<div class="label">
{{i18n "admin.logs.last_match_at"}}
{{age-with-tooltip item.last_match_at}}
</div>
<div class="label">{{i18n "admin.logs.last_match_at"}}</div>
{{age-with-tooltip item.last_match_at}}
{{/if}}
</td>
<td class="col actions">