Fetch http_functions from database

This commit is contained in:
Peter Stockings
2023-12-16 19:02:04 +11:00
parent 4796b7d8d1
commit e88661dfd2
5 changed files with 99 additions and 8 deletions

View File

@@ -87,7 +87,7 @@
<span class="sr-only" data-id="42">Toggle user menu</span></button>
</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') }}
{{ render_partial('dashboard/http_functions.html', http_functions=http_functions) }}
</main>
</div>
</div>