Feature: improve history display of object names etc (#7102)

This commit is contained in:
shamoon
2024-06-27 02:52:08 +00:00
committed by GitHub
parent 29e6371cd1
commit 0643db4347
3 changed files with 141 additions and 2 deletions
@@ -48,7 +48,7 @@
@if (change.key === 'content') {
<code class="text-primary">{{ change.value[1]?.substring(0,100) }}...</code>
} @else {
<code class="text-primary">{{ change.value[1] }}</code>
<code class="text-primary">{{ getPrettyName(change.key, change.value[1]) | async }}</code>
}
</li>
}