Add automatic event icon to log.

So that the user can visually see which events were created by
Dougal (not including QC events).
This commit is contained in:
D. Berge
2025-08-18 11:22:58 +02:00
parent 8e4e70cbdc
commit ef8466992c

View File

@@ -325,6 +325,12 @@
@click="labelSearch=label"
>{{label}}</v-chip>
</span>
<v-icon v-if="entry.meta.auto || entry.meta.author"
x-small
left
color="primary"
:title="entry.meta.author?`Automatic event by ${entry.meta.author}`:'Automatic event'"
>mdi-robot</v-icon>
<dougal-event-edit-history v-if="entry.has_edits && $parent.writeaccess()"
:id="entry.id"
:disabled="eventsLoading"