fix: broken ui

This commit is contained in:
sigoden
2022-06-03 06:55:58 +08:00
parent 4491a74b34
commit 48c3c7ded6

View File

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