Browse Source

fix: broken ui

pull/8/head
sigoden 3 years ago
parent
commit
48c3c7ded6
  1. 12
      assets/index.html

12
assets/index.html

@ -31,9 +31,15 @@ @@ -31,9 +31,15 @@
</form>
</div>
<div class="main">
<div class="uploaders">
</div>
<table>
<table class="uploaders-table hidden">
<thead>
<tr>
<th class="cell-name">Name</th>
<th class="cell-status">Status</th>
</tr>
</thead>
</table>
<table class="paths-table hidden">
<thead>
<tr>
<th class="cell-name">Name</th>

Loading…
Cancel
Save