Add Files List

This commit is contained in:
Leo Herzog
2020-06-21 21:32:19 -04:00
parent 31649fc59b
commit d7fd9d860e
4 changed files with 8718 additions and 72 deletions

View File

@@ -1,6 +1,8 @@
<!DOCTYPE html>
<head></head>
<head>
<script src="https://kit.fontawesome.com/9ca49f101f.js"></script>
</head>
<body>
@@ -34,6 +36,13 @@
<input id="hash" type="text" class="form-control" value="" placeholder="" disabled/>
</div>
<div class="form-group">
<label class="col-form-label" for="files">Files <span id="torrentSize"></span></label>
<table id="files">
<tbody id="filesBody"></tbody>
</table>
</div>
<script src="bundle.js"></script>
</body>