diff --git a/src-ui/src/app/components/document-history/document-history.component.html b/src-ui/src/app/components/document-history/document-history.component.html index ea4a3c9bb..c63a1223c 100644 --- a/src-ui/src/app/components/document-history/document-history.component.html +++ b/src-ui/src/app/components/document-history/document-history.component.html @@ -27,31 +27,33 @@ } {{ entry.action | titlecase }} - @if (entry.action === AuditLogAction.Update) { -
{{ change.value["objects"].join(', ') }}
- {{ change.value["value"] }}
- {{ change.value[1] }}
- {{ change.value["objects"].join(', ') }}
+ {{ change.value["value"] }}
+ {{ change.value[1]?.substring(0,100) }}...
+ } @else {
+ {{ change.value[1] }}
+ }
+