chore: move progress

This commit is contained in:
Daan Wijns 2022-06-05 09:52:58 +02:00
parent 4a064e1726
commit 56631f6cdf

View file

@ -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 }}