feat: reactive webpage (#51)

This commit is contained in:
Joe Koop
2022-06-19 09:04:59 -05:00
committed by GitHub
parent db71f75236
commit b1b0fdd4db
3 changed files with 12 additions and 12 deletions

View File

@@ -35,7 +35,7 @@
<table class="uploaders-table hidden">
<thead>
<tr>
<th class="cell-name">Name</th>
<th class="cell-name" colspan="2">Name</th>
<th class="cell-status">Speed - Progress - Time Left</th>
</tr>
</thead>
@@ -43,8 +43,8 @@
<table class="paths-table hidden">
<thead>
<tr>
<th class="cell-name">Name</th>
<th class="cell-mtime">Date modify</th>
<th class="cell-name" colspan="2">Name</th>
<th class="cell-mtime">Last modified</th>
<th class="cell-size">Size</th>
<th class="cell-actions">Actions</th>
</tr>