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>
|
||||||
<td class="col last_match_at">
|
<td class="col last_match_at">
|
||||||
{{#if item.last_match_at}}
|
{{#if item.last_match_at}}
|
||||||
<div class="label">
|
<div class="label">{{i18n "admin.logs.last_match_at"}}</div>
|
||||||
{{i18n "admin.logs.last_match_at"}}
|
{{age-with-tooltip item.last_match_at}}
|
||||||
{{age-with-tooltip item.last_match_at}}
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
<td class="col actions">
|
<td class="col actions">
|
||||||
|
|
Loading…
Reference in New Issue