Add Button to Fetch Files List from Peers

This commit is contained in:
Leo Herzog
2020-07-01 21:03:05 -04:00
parent e910039451
commit 41ce85ffe9
4 changed files with 16240 additions and 3591 deletions

View File

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