Skip to content

Commit

Permalink
Merge torrust#530: refactor:[torrust#529] remove seeders/leechers col…
Browse files Browse the repository at this point in the history
…umn from Tracker Tab

aeb345d refactor:[torrust#529] remove seeders/leechers column from Tracker Tab (ngthhu)

Pull request description:

ACKs for top commit:
  josecelano:
    ACK aeb345d

Tree-SHA512: 7ffa51d7fe5719a09c706c1bd4d2c454d61ef95ab1852a7052d9b7f6387fbf4d5d98f9b8bcf63383a84d9e568b64d395944e6d33b2eccdebfdd7acce3d5abdf6
  • Loading branch information
josecelano committed Apr 22, 2024
2 parents 4c2bce1 + aeb345d commit 330c8eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/torrent/TorrentTrackersTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@
<tr>
<th />
<th>tracker</th>
<th>seeders / leechers</th>
</tr>
</thead>
<tbody>
<template v-for="(tracker, index) in torrent.trackers">
<tr>
<th>{{ index + 1 }}</th>
<td>{{ tracker }}</td>
<td />
</tr>
</template>
</tbody>
Expand Down

0 comments on commit 330c8eb

Please sign in to comment.