mirror of
https://github.com/urbanguacamole/torrent-paradise
synced 2024-10-31 21:20:13 +00:00
Remove Completed column from results
This commit is contained in:
parent
330f426b81
commit
ece49d3ba3
@ -22,9 +22,6 @@
|
|||||||
<b-table-column field="l" label="Leech" numeric sortable>
|
<b-table-column field="l" label="Leech" numeric sortable>
|
||||||
{{ props.row.l }}
|
{{ props.row.l }}
|
||||||
</b-table-column>
|
</b-table-column>
|
||||||
<b-table-column field="c" label="Downloads" numeric sortable>
|
|
||||||
{{ props.row.c }}
|
|
||||||
</b-table-column>
|
|
||||||
<b-table-column field="id" label=" " e>
|
<b-table-column field="id" label=" " e>
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<a style="color: hsl(171, 100%, 41%)" v-bind:href="'magnet:?xt=urn:btih:' + props.row.id + '&tr=&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce'">
|
<a style="color: hsl(171, 100%, 41%)" v-bind:href="'magnet:?xt=urn:btih:' + props.row.id + '&tr=&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce'">
|
||||||
|
Loading…
Reference in New Issue
Block a user