mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 20:28:02 -08:00
Add Button to Fetch Files List from Peers
This commit is contained in:
@@ -48,8 +48,8 @@
|
||||
<label for="announce">Tracker URLs</label>
|
||||
<button id="addTrackers">
|
||||
<span class="fa-stack fa-2x">
|
||||
<i class="fas fa-cloud fa-stack-2x"></i>
|
||||
<i class="fas fa-plus fa-stack-1x fa-inverse" data-fa-transform="down-2"></i>
|
||||
<span class="fas fa-cloud fa-stack-2x"></span>
|
||||
<span class="fas fa-plus fa-stack-1x fa-inverse" data-fa-transform="down-2"></span>
|
||||
</span>
|
||||
</button>
|
||||
<button id="addTracker" data-type="announce">
|
||||
@@ -74,6 +74,9 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label for="files">Files</label>
|
||||
<button id="getFiles">
|
||||
<span class="fad fa-chart-network"></span>
|
||||
</button>
|
||||
<table id="files">
|
||||
<tbody id="filesBody"></tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user