mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 07:57:07 +00:00
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:
@@ -325,6 +325,12 @@
|
|||||||
@click="labelSearch=label"
|
@click="labelSearch=label"
|
||||||
>{{label}}</v-chip>
|
>{{label}}</v-chip>
|
||||||
</span>
|
</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()"
|
<dougal-event-edit-history v-if="entry.has_edits && $parent.writeaccess()"
|
||||||
:id="entry.id"
|
:id="entry.id"
|
||||||
:disabled="eventsLoading"
|
:disabled="eventsLoading"
|
||||||
|
|||||||
Reference in New Issue
Block a user