Enhance UI: Update headings for asset browsing and creation pages; add CD Drive asset model and repository

This commit is contained in:
2025-06-08 16:45:53 +02:00
parent af5cd88691
commit 7f4954a98d
6 changed files with 162 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<body th:replace="~{fragments :: base(title='Browse assets', content=~{::content})}">
<div th:fragment="content">
View device details
<h2>View device details</h2>
<ul>
<li th:each="d : ${descriptors.getAssets()}" th:if="${d.visible}">
<a th:href="'/browse/'+${d.getType()}" th:text="${d.pluralName}"></a>