mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-25 04:38:53 -08:00
Add Piece Size and Length
This commit is contained in:
13
index.html
13
index.html
@@ -183,6 +183,19 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
<div class="labels">
|
||||
<div>
|
||||
<span class="info" data-tippy-content="Torrents split files into equal size pieces to make them easy to share. Piece size is configurable."><span class="far fa-info-circle"></span></span>
|
||||
<label for="pieces">Pieces</label>
|
||||
</div>
|
||||
<label for="pieces" style="display:none">Pieces</label>
|
||||
</div>
|
||||
<div class="content">
|
||||
<input id="pieces" type="text" placeholder="Not included in the URL/File provided" aria-label="Piece size and length" disabled required />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="property">
|
||||
<div class="labels">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user