added job manipulation

This commit is contained in:
Jörg Henke
2022-07-06 22:01:56 +02:00
parent 1c0bdf7477
commit bcf2076c3c
12 changed files with 275 additions and 18 deletions

View File

@ -131,14 +131,23 @@
<tr>
<th>Name</th>
<th>Benutzt in %</th>
<th></th>
</tr>
</thead>
<tbody>
<tr th:each="job : ${jobList}">
<td><span th:text="${job.name}"></span></td>
<td><span th:text="${job.percentUsage}"></span></td>
<td><a th:href="@{/done/edit/job/{id}(id=${job.pk})}" th:title="${job.pk}"><i class="fa fa-edit"></i></a></td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="3">
<a class="nav-link btn btn-success btn-white-text" th:href="@{/done/add/job}">neue Aufgabe</a>
</td>
</tr>
</tfoot>
</table>
</div>
<div id="div_billing" class="tab-pane fade tab-pane-table">