Fix link to upload detail page
This commit is contained in:
parent
2e0f657585
commit
c67afa7e1e
1 changed files with 3 additions and 5 deletions
|
|
@ -145,11 +145,9 @@
|
|||
</td>
|
||||
<td>{{ upload.record_count }} entries</td>
|
||||
<td>
|
||||
<a
|
||||
class="btn btn-sm btn-outline-primary"
|
||||
:href="`/configuration/upload/${upload.id}`"
|
||||
>View</a
|
||||
>
|
||||
<RouterLink :to="`/_/configuration/upload/${upload.id}`"
|
||||
><button class="btn btn-sm btn-outline-primary">View</button>
|
||||
</RouterLink>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue