4in1/admin/actions/log: fix displaying of admin names
This commit is contained in:
parent
d1651704bf
commit
22f8b37355
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user