mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
chore: move progress
This commit is contained in:
parent
4a064e1726
commit
56631f6cdf
1 changed files with 8 additions and 8 deletions
|
@ -2,14 +2,6 @@
|
|||
<v-card flat>
|
||||
<v-simple-table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td :class="commonStyle">
|
||||
{{ $t('modals.detail.pageInfo.pieceStates') }}
|
||||
</td>
|
||||
<td id="pieceStates">
|
||||
<canvas width="0" height="1" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td :class="commonStyle">
|
||||
{{ $t('modals.detail.pageInfo.torrentTitle') }}
|
||||
|
@ -18,6 +10,14 @@
|
|||
{{ torrent.name }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td :class="commonStyle">
|
||||
{{ $t('modals.detail.pageInfo.pieceStates') }}
|
||||
</td>
|
||||
<td id="pieceStates">
|
||||
<canvas width="0" height="1" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td :class="commonStyle">
|
||||
{{ $t('torrent.directory') | titleCase }}
|
||||
|
|
Loading…
Add table
Reference in a new issue