Add a link from the shotlog to the event log

This commit is contained in:
D. Berge
2023-10-31 19:46:40 +01:00
parent 08e6c4a2de
commit 7ac997cd7d

View File

@@ -10,6 +10,16 @@
<small :class="statusColour" v-if="sequence">({{sequence.status}})</small>
</v-toolbar-title>
<a v-if="$route.params.sequence"
:href="`/projects/${$route.params.project}/log/sequence/${$route.params.sequence}`"
title="View the event log for this sequence"
>
<v-icon
right
color="blue"
>mdi-format-list-bulleted-type</v-icon>
</a>
<v-spacer></v-spacer>
<v-text-field
v-model="filter"