mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:17:08 +00:00
Let user download P1s from the Sequences tab
This commit is contained in:
@@ -292,9 +292,13 @@
|
|||||||
<v-list-item v-for="(path, index) in item.raw_files"
|
<v-list-item v-for="(path, index) in item.raw_files"
|
||||||
key="index"
|
key="index"
|
||||||
link
|
link
|
||||||
title="View the shot log"
|
title="Download file"
|
||||||
|
:href="`/api/files${path}`"
|
||||||
>
|
>
|
||||||
{{ basename(path) }}
|
{{ basename(path) }}
|
||||||
|
<v-list-item-action>
|
||||||
|
<v-icon right small>mdi-cloud-download</v-icon>
|
||||||
|
</v-list-item-action>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</v-list-group>
|
</v-list-group>
|
||||||
<v-list-group value="true" v-if="item.final_files">
|
<v-list-group value="true" v-if="item.final_files">
|
||||||
@@ -308,10 +312,13 @@
|
|||||||
</template>
|
</template>
|
||||||
<v-list-item v-for="(path, index) in item.final_files"
|
<v-list-item v-for="(path, index) in item.final_files"
|
||||||
key="index"
|
key="index"
|
||||||
link
|
title="Download file"
|
||||||
title="View the shot log"
|
:href="`/api/files${path}`"
|
||||||
>
|
>
|
||||||
{{ basename(path) }}
|
{{ basename(path) }}
|
||||||
|
<v-list-item-action>
|
||||||
|
<v-icon right small>mdi-cloud-download</v-icon>
|
||||||
|
</v-list-item-action>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</v-list-group>
|
</v-list-group>
|
||||||
</v-list>
|
</v-list>
|
||||||
|
|||||||
Reference in New Issue
Block a user