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='Create '+${descriptor.displayName}, content=~{::content})}">
<div th:fragment="content">
Create a <span th:text="${descriptor.displayName}"></span>
<h2>Create a <span th:text="${descriptor.displayName}"></span></h2>
<form th:action="'/'+${action}+'/'+${asset != null ? asset.getQr() : descriptor.getType()}" method="post">
<div th:each="d : ${descriptors}">
<h2 th:text="${d.displayName}"></h2>