mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
Create Add and Remove Row Buttons
This commit is contained in:
10
index.html
10
index.html
@@ -52,16 +52,22 @@
|
||||
<i class="fas fa-plus fa-stack-1x fa-inverse" data-fa-transform="down-2"></i>
|
||||
</span>
|
||||
</button>
|
||||
<button id="addTracker" data-type="announce">
|
||||
<span class="fas fa-plus"></span>
|
||||
</button>
|
||||
<button id="removeTrackers">
|
||||
<span class="fas fa-trash"></span>
|
||||
<span class="fas fa-eraser"></span>
|
||||
</button>
|
||||
<div id="announce"></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="urlList">Webseed URLs</label>
|
||||
<button id="addWebseed" data-type="urlList">
|
||||
<span class="fas fa-plus"></span>
|
||||
</button>
|
||||
<button id="removeWebseeds">
|
||||
<span class="fas fa-trash"></span>
|
||||
<span class="fas fa-eraser"></span>
|
||||
</button>
|
||||
<div id="urlList"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user