mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Use GitHub environments for deploy action
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{#each data.changeLog as { id, table_name, operation, tstamp, old_value, new_value, user_id, username }}
|
||||
{#each data.changeLog as { id, table_name, operation, tstamp, old_value, new_value, user_id, username } (id)}
|
||||
<tr>
|
||||
<td>
|
||||
<span style:text-decoration={user_id ? "" : "line-through"}>
|
||||
|
||||
Reference in New Issue
Block a user