Create http function header template and move all http function related templates into same directory

This commit is contained in:
Peter Stockings
2023-12-22 14:36:00 +11:00
parent 6fab33ea2b
commit c6554cf399
7 changed files with 96 additions and 118 deletions

View File

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