Add link to shotlog from sequence list

This commit is contained in:
D. Berge
2023-10-31 10:34:51 +01:00
parent 1bb5e2a41d
commit 5c1218e95e

View File

@@ -335,6 +335,16 @@
<a
:href="`/projects/${$route.params.project}/log/sequence/${value}`"
title="View the event log for this sequence">{{value}}</a>
<a
:href="`/projects/${$route.params.project}/sequences/${value}`"
title="View the shotlog for this sequence"
>
<v-icon
small
right
>mdi-format-list-numbered</v-icon>
</a>
</template>
<template v-slot:item.line="{value}">