4in1/admin/actions/log: fix displaying of admin names

This commit is contained in:
E. S. 2025-04-28 15:48:40 +03:00
parent d1651704bf
commit 22f8b37355

View File

@ -18,8 +18,8 @@
<tr>
<td>{{ item.getDate() }}</td>
<td>
{% if item.isCommandLineActions() %}
{{ admin_logs[item.getAdminId()] }}, {{ item.getIPv4() }}
{% if not item.isCommandLineActions() %}
{{ admin_logins[item.getAdminId()] }}, {{ item.getIPv4() }}
{% else %}
console
{% endif %}