added module

This commit is contained in:
Jörg Henke
2022-07-06 21:46:53 +02:00
parent 6d366e7998
commit 1c0bdf7477
6 changed files with 258 additions and 0 deletions

View File

@ -106,14 +106,23 @@
<tr>
<th>Name</th>
<th>Benutzt in %</th>
<th></th>
</tr>
</thead>
<tbody>
<tr th:each="module : ${moduleList}">
<td><span th:text="${module.name}"></span></td>
<td><span th:text="${module.percentUsage}"></span></td>
<td><a th:href="@{/done/edit/module/{id}(id=${module.pk})}" th:title="${module.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/module}">neues Modul</a>
</td>
</tr>
</tfoot>
</table>
</div>
<div id="div_job" class="tab-pane fade tab-pane-table">