mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Show logs and usernames for deleted users and remove svg mimetype for client side
This commit is contained in:
@@ -126,9 +126,13 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{#each data.changeLog as { id, table_name, operation, tstamp, old_value, new_value, user }}
|
||||
{#each data.changeLog as { id, table_name, operation, tstamp, old_value, new_value, user_id, username }}
|
||||
<tr>
|
||||
<td>{user.username}</td>
|
||||
<td>
|
||||
<span style:text-decoration={user_id ? "" : "line-through"}>
|
||||
{username}
|
||||
</span>
|
||||
</td>
|
||||
<td>{table_name}</td>
|
||||
<td>{operation}</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user