manipulate projects

This commit is contained in:
Jörg Henke
2022-07-06 17:17:45 +02:00
parent b53802c813
commit f96a82153c
6 changed files with 174 additions and 8 deletions

View File

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