Skip to content

Commit

Permalink
fix: broken ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 2, 2022
1 parent 4491a74 commit 48c3c7d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 48c3c7d

Please sign in to comment.