Close to the same feature set as the Go interface
Some checks failed
Build / build (push) Failing after 19s

This commit is contained in:
2025-06-08 07:02:13 +02:00
parent d4718d15c3
commit 3a70613023
12 changed files with 87 additions and 6 deletions

View File

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