diff --git a/templates/dashboard/http_functions/logs.html b/templates/dashboard/http_functions/logs.html index 72ab1af..668fb39 100644 --- a/templates/dashboard/http_functions/logs.html +++ b/templates/dashboard/http_functions/logs.html @@ -11,47 +11,75 @@ show_history=True, edit_url=url_for('http_function_editor', function_id=function_id), cancel_url=url_for('dashboard_http_functions')) }} -
{{ invocation.request_data }}
+ {{ invocation.response_data }}
+ No function invocations have been recorded yet.
+| Name | - -Actions | -
|---|---|
|
- {{ function.name }}
-
- #{{ function.invoked_count }}
-
-
- v{{ function.version_number }}
-
- {% if function.is_public %}
-
-
+
+
+
-
- {% endif %}
-
- HTTP Functions+ + |
-
-
-
-
- |