Added better formatted extra section for certain log types

This commit is contained in:
Jan Böhmer 2023-04-10 23:13:09 +02:00
parent 4107535b19
commit 69fc28d5d6
10 changed files with 1388 additions and 1304 deletions

View file

@ -0,0 +1,9 @@
{# @var entry \App\Entity\LogSystem\UserLoginLogEntry #}
IP:  
<span class="badge bg-primary badge-primary">
<i class="fa-solid fa-network-wired"></i>
{{ entry.iPAddress }}
</span>
<p class="text-muted">{% trans %}log.user_login.ip_anonymize_hint{% endtrans %}</p>