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='Select type to create', content=~{::content})}">
|
||||
<div th:fragment="content">
|
||||
Create a new device
|
||||
<h2>Create a new device</h2>
|
||||
<ul>
|
||||
<li th:each="d : ${descriptors.getAssets()}" th:if="${d.visible}"><a th:href="'/create/'+${d.getType()}" th:text="${d.displayName}"></a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user