src/main/resources/templates/projectmanagement/app/assign.html aktualisiert

show description as tooltip
This commit is contained in:
2026-01-16 16:00:43 +01:00
parent a4e32c0d0e
commit 9ce633df10

View File

@@ -23,7 +23,7 @@
<a th:href="@{/projectmanagement/app/{id}/assign(id=${app.fkReplacedByApp})}" th:text="${app.fkReplacedByApp}"></a>
</div>
<div class="col-2">Bundle</div>
<div class="col-10" th:text="${bundleMap.get(app.fkBundle).name}"></div>
<div class="col-10" th:text="${bundleMap.get(app.fkBundle).name}" th:title="${bundleMap.get(app.fkBundle).description}"></div>
<div class="col-12">
<div th:each="p : ${workpackages}">
<input type="checkbox" th:checked="${p.isIn(linked)}" /> <span th:text="${p.name}"></span> <a