Rewrite in Java #1

Merged
seeseemelk merged 22 commits from java into master 2025-06-08 16:10:22 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a9889511d1 - Show all commits

View File

@@ -1,4 +1,4 @@
<body th:replace="fragments :: base(title='Select type to create', content=~{::content})"> <body th:replace="~{fragments :: base(title='Select type to create', content=~{::content})}">
<div th:fragment="content"> <div th:fragment="content">
Create a <span th:text="${descriptor.displayName}"></span> Create a <span th:text="${descriptor.displayName}"></span>
<form th:action="'/asset/'+${descriptor.getType()}" method="post"> <form th:action="'/asset/'+${descriptor.getType()}" method="post">

View File

@@ -1,4 +1,4 @@
<body th:replace="fragments :: base(title='Select type to create', content=~{::content})"> <body th:replace="~{fragments :: base(title='Select type to create', content=~{::content})}">
<div th:fragment="content"> <div th:fragment="content">
Create a new device Create a new device
<ul> <ul>