mirror of
https://github.com/pcvolkmer/grz-metadata-processor.git
synced 2025-07-01 20:12:54 +00:00
fix: target of new profile dom element
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div th:if="${labdataprofiles.isEmpty()}">
|
<div th:if="${labdataprofiles.isEmpty()}">
|
||||||
<h3>Probe</h3>
|
<h3>Probe</h3>
|
||||||
<form class="lab-data" th:hx-post="@{/labdataprofiles}">
|
<form class="lab-data" th:hx-post="@{/labdataprofiles}" hx-target="body">
|
||||||
<div>Keine Sequenzierprofile gefunden</div>
|
<div>Keine Sequenzierprofile gefunden</div>
|
||||||
<button>Neues Sequenzierprofil hinzufügen</button>
|
<button>Neues Sequenzierprofil hinzufügen</button>
|
||||||
</form>
|
</form>
|
||||||
|
Reference in New Issue
Block a user