fix: broken ui
This commit is contained in:
parent
4491a74b34
commit
48c3c7ded6
1 changed files with 9 additions and 3 deletions
|
@ -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…
Reference in a new issue