src/main/resources/templates/projectmanagement/app/assign.html aktualisiert
show description as tooltip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user