WIP: Add tests for http functions
This commit is contained in:
@@ -8,10 +8,12 @@ show_edit_form=True,
|
||||
show_logs=True,
|
||||
show_client=True,
|
||||
show_history=True,
|
||||
show_tests=True,
|
||||
edit_url=url_for('http.editor', function_id=function_id),
|
||||
cancel_url=url_for('http.overview'),
|
||||
logs_url=url_for('http.logs', function_id=function_id),
|
||||
history_url=url_for('http.history', function_id=function_id)) }}
|
||||
history_url=url_for('http.history', function_id=function_id),
|
||||
tests_url=url_for('http.tests', function_id=function_id)) }}
|
||||
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
||||
{{ render_partial('dashboard/analytics.html', invocations=http_function_invocations) }}
|
||||
|
||||
Reference in New Issue
Block a user