excel download option

This commit is contained in:
Jörg Henke
2026-01-19 13:35:41 +01:00
parent 667837e24f
commit 2d97720895
7 changed files with 242 additions and 3 deletions

View File

@@ -7,7 +7,8 @@
<font layout:fragment="title">Projekte</font>
<ul layout:fragment="menu">
<li class="nav-item" sec:authorize="hasRole('timetrack_user')">
<a class="nav-link btn btn-success btn-white-text" th:href="@{/projectmanagement/project/add}">Neues Projekt anlegen</a>
<a class="btn btn-outline-success" th:href="@{/projectmanagement/project/add}">Neues Projekt anlegen</a>
<a class="btn btn-outline-secondary" th:href="@{/projectmanagement/download}">Export</a>
</li>
</ul>
<main layout:fragment="content">