Add build management features and views
Build / build (push) Successful in 2m10s

This commit is contained in:
2025-06-15 09:03:47 +02:00
parent 8cbededc79
commit 8e26a73243
12 changed files with 291 additions and 17 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
<table border="1" cellpadding="4">
<tr th:each="p : ${d.properties}">
<th bgcolor="lightgray"><b th:text="${p.displayName}"></b></th>
<td th:text="${p.renderValue(asset)}"></td>
<td th:if="${p.name == 'build'}"><a th:href="'/build/' + ${asset.getAsset().getBuild().id}" th:text="${p.renderValue(asset)}"></a></td>
<td th:if="${p.name != 'build'}" th:text="${p.renderValue(asset)}"></td>
</tr>
</table>
</div>