mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:17:07 +00:00
Add link to shotlog from sequence list
This commit is contained in:
@@ -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}">
|
||||
|
||||
Reference in New Issue
Block a user