Added link to track in upload table
This commit is contained in:
parent
6c06b48bff
commit
8cf003ab1c
|
@ -120,7 +120,9 @@
|
||||||
<template slot="row-cells" slot-scope="scope">
|
<template slot="row-cells" slot-scope="scope">
|
||||||
<template v-if="scope.obj.track">
|
<template v-if="scope.obj.track">
|
||||||
<td>
|
<td>
|
||||||
<span :title="scope.obj.track.title">{{ scope.obj.track.title|truncate(25) }}</span>
|
<router-link :to="{name: 'library.tracks.detail', params: {id: scope.obj.track.id }}" :title="scope.obj.track.title">
|
||||||
|
{{ scope.obj.track.title|truncate(25) }}
|
||||||
|
</router-link>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span
|
<span
|
||||||
|
|
Loading…
Reference in New Issue