This commit is contained in:
8
src/main/resources/templates/create_select.html
Normal file
8
src/main/resources/templates/create_select.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<body th:replace="fragments :: base(title='Select type to create', content=~{::content})">
|
||||
<div th:fragment="content">
|
||||
Create a new device
|
||||
<ul>
|
||||
<li th:each="d : ${descriptors.getAssets()}" th:if="${d.visible}"><a th:href="'/create/'+${d.getType()}" th:text="${d.displayName}"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
Reference in New Issue
Block a user