Add Remove Buttons for Trackers and Webseeds

This commit is contained in:
Leo Herzog
2020-06-30 14:39:39 -04:00
parent b50403dd32
commit f12e44cb94
3 changed files with 52 additions and 12 deletions

View File

@@ -49,11 +49,17 @@
<i class="fas fa-plus fa-stack-1x fa-inverse" data-fa-transform="down-2"></i>
</span>
</button>
<button id="removeTrackers">
<span class="fas fa-trash"></span>
</button>
<div id="announce"></div>
</div>
<div class="form-group">
<label for="urlList">Webseed URLs</label>
<button id="removeWebseeds">
<span class="fas fa-trash"></span>
</button>
<div id="urlList"></div>
</div>