mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
- Oops, forgot to commit those
This commit is contained in:
22
src/webui/transferlist.html
Normal file
22
src/webui/transferlist.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<table class="torrentTable" cellpadding="0" cellspacing="0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>_(Name)</th>
|
||||
<th id='prioHeader'>#</th>
|
||||
<th>_(Size)</th>
|
||||
<th style="width: 90px;">_(Done)</th>
|
||||
<th>_(Seeds)</th>
|
||||
<th>_(Peers)</th>
|
||||
<th>_(Down Speed)</th>
|
||||
<th>_(Up Speed)</th>
|
||||
<th>_(ETA)</th>
|
||||
<th>_(Ratio)</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="myTable"></tbody>
|
||||
</table>
|
||||
<script>
|
||||
myTable.setup('myTable', 4);
|
||||
</script>
|
||||
Reference in New Issue
Block a user