Create Add and Remove Row Buttons

This commit is contained in:
Leo Herzog
2020-07-01 10:39:12 -04:00
parent c48e027fd4
commit 855250a1c2
3 changed files with 98 additions and 24 deletions

View File

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