Move update buttons on source edit page

This commit is contained in:
Tim Van Baak 2025-02-20 21:36:22 -08:00
parent 6b7a6eba54
commit 42ee09b386

View File

@ -26,6 +26,8 @@
<tr> <tr>
<td><input type="text" form="env" name="envName"></td> <td><input type="text" form="env" name="envName"></td>
<td><input type="text" form="env" name="envValue"></td> <td><input type="text" form="env" name="envValue"></td>
</tr>
<tr>
<td><form id="env"><button <td><form id="env"><button
type="button" type="button"
hx-post="/source/{{ .Name }}/edit" hx-post="/source/{{ .Name }}/edit"
@ -43,6 +45,8 @@
<tr> <tr>
<td><input type="text" form="action" name="actionName"></td> <td><input type="text" form="action" name="actionName"></td>
<td><input type="text" form="action" name="actionArgv"></td> <td><input type="text" form="action" name="actionArgv"></td>
</tr>
<tr>
<td><form id="action"><button <td><form id="action"><button
type="button" type="button"
hx-post="/source/{{ .Name }}/edit" hx-post="/source/{{ .Name }}/edit"