Unify tables: right alaign and some html fixes

This commit is contained in:
Stephan Porada
2020-07-10 09:32:16 +02:00
parent d4eb9e7663
commit 5f7b846784
2 changed files with 19 additions and 21 deletions

View File

@ -89,20 +89,18 @@
<p>Original input files.</p>
</div>
<div class="col s12 m10">
<div class="row">
<ul class="pagination paginationTop"></ul>
<table class="highlight responsive-table">
<thead>
<tr>
<th class="sort" data-sort="filename">Filename</th>
<th>{# Actions #}</th>
</tr>
</thead>
<tbody class="list">
</tbody>
</table>
<ul class="pagination paginationBottom"></ul>
</div>
<ul class="pagination paginationTop"></ul>
<table class="highlight responsive-table">
<thead>
<tr>
<th class="sort" data-sort="filename">Filename</th>
<th>{# Actions #}</th>
</tr>
</thead>
<tbody class="list">
</tbody>
</table>
<ul class="pagination paginationBottom"></ul>
</div>
</div>
</div>
@ -246,7 +244,7 @@
<tr>
<td>${resultType}</td>
<td>${result.filename}</td>
<td class="center-align">
<td class="right-align">
<a class="btn-floating tooltipped waves-effect waves-light"
download href="/jobs/${result.job_id}/results/${result.id}/download"
data-position="top"