Enhance UI: Update headings for asset browsing and creation pages; add CD Drive asset model and repository
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user