Minor UI change for function edit form, moved execute button to bottom

This commit is contained in:
Peter Stockings
2024-03-24 19:48:43 +11:00
parent 2d9c0b9d53
commit 761165cb23
2 changed files with 140 additions and 104 deletions

View File

@@ -87,7 +87,7 @@
<span class="sr-only" data-id="42">Toggle user menu</span>
</a>
</header>
<main class="flex flex-1 flex-col gap-4 p-4 md:gap-8 md:p-6" data-id="50" id="container">
<main class="flex flex-1 flex-col gap-4 p-4 md:p-6" data-id="50" id="container">
{{ render_partial('dashboard/http_functions/overview.html', http_functions=http_functions) }}
</main>
</div>