From a680c6e385137344c606a19aae7a6d602f6fac5c Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:03:42 -0700 Subject: [PATCH] That's better, make it a simple list --- .../audit-log/audit-log.component.html | 75 ++++++++----------- .../audit-log/audit-log.component.ts | 6 +- 2 files changed, 34 insertions(+), 47 deletions(-) diff --git a/src-ui/src/app/components/audit-log/audit-log.component.html b/src-ui/src/app/components/audit-log/audit-log.component.html index e6789efc5..497049aa4 100644 --- a/src-ui/src/app/components/audit-log/audit-log.component.html +++ b/src-ui/src/app/components/audit-log/audit-log.component.html @@ -14,53 +14,38 @@ @for (entry of entries; track entry.id) {
Field | -Change | -
---|---|
{{ change.key | titlecase }}: | -- {{ change.value["operation"] | titlecase }} - {{ change.value["objects"].join(', ') }} - | -
{{ change.key | titlecase }}: | -{{ change.value[1] }} | -
{{ change.value[1] }}
+