feat(frontend): show "query sensitive data" in audit log
This commit is contained in:
parent
12eddb9949
commit
9d3d46bf33
4 changed files with 17 additions and 4 deletions
|
@ -12,10 +12,6 @@
|
|||
let date = $derived(idTimestamp(entry.id).toLocaleString(DateTime.DATETIME_MED));
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Audit log</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="card my-1 p-2">
|
||||
<h6 class="d-flex">
|
||||
<span class="flex-grow-1">
|
||||
|
@ -26,6 +22,8 @@
|
|||
warned
|
||||
{:else if entry.type === "SUSPEND_USER"}
|
||||
suspended
|
||||
{:else if entry.type === "QUERY_SENSITIVE_USER_DATA"}
|
||||
looked up sensitive data of
|
||||
{:else}
|
||||
(unknown action <code>{entry.type}</code>)
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue