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:
parent
187b0bfb43
commit
86d49f4fb1
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue