mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: interrupted divider in torrenfinfo #151
This commit is contained in:
parent
6f4f25cbf3
commit
d362aef275
1 changed files with 9 additions and 7 deletions
|
@ -122,12 +122,14 @@
|
|||
<td class="grey--text">
|
||||
Status
|
||||
</td>
|
||||
<v-chip
|
||||
small
|
||||
:class="`${torrent.state.toLowerCase()} white--text my-2 caption`"
|
||||
>
|
||||
{{ torrent.state }}
|
||||
</v-chip>
|
||||
<td>
|
||||
<v-chip
|
||||
small
|
||||
:class="`${torrent.state.toLowerCase()} white--text caption`"
|
||||
>
|
||||
{{ torrent.state }}
|
||||
</v-chip>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="torrent.tracker">
|
||||
<td class="grey--text">
|
||||
|
@ -145,7 +147,7 @@
|
|||
{{ torrent.comment }}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td class="grey--text">
|
||||
First/Last Piece Priority
|
||||
|
|
Loading…
Add table
Reference in a new issue