mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:17:07 +00:00
Add link to graphics tab from sequence list
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
<v-list-item @click="addToPlan(true); contextMenuShow=false" v-if="writeaccess">
|
||||
<v-list-item-title>Reshoot with overlap</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item
|
||||
:href="`/projects/${$route.params.project}/graphs/sequence/${contextMenuItem.sequence}`"
|
||||
@click="contextMenuShow=false"
|
||||
>
|
||||
<v-list-item-title>View graphics</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-group>
|
||||
<template v-slot:activator>
|
||||
<v-list-item-title>Download report</v-list-item-title>
|
||||
|
||||
Reference in New Issue
Block a user