Add asset creation form handling and update asset interface
Some checks failed
Build / build (push) Failing after 8s

This commit is contained in:
2025-06-07 19:30:42 +02:00
parent a9889511d1
commit 1c65630565
3 changed files with 24 additions and 1 deletions

View File

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