diff --git a/templates/dashboard/http_functions/logs.html b/templates/dashboard/http_functions/logs.html index 78b4b8a..0d7375d 100644 --- a/templates/dashboard/http_functions/logs.html +++ b/templates/dashboard/http_functions/logs.html @@ -7,41 +7,41 @@ -
+
-
Timestamp
-
Request
-
Response
-
Logs
+ + + + {% for invocation in http_function_invocations %} - -
- {{ invocation.invocation_time.strftime('%Y-%m-%d %H:%M:%S') }} + +
+ {{ invocation.invocation_time.strftime('%Y-%m-%d %H:%M:%S') }}
- -
+ +
{{ invocation.request_data }}
- -
+ +
{{ invocation.response_data }}
- -
+ +
{% for log in invocation.logs %} -
{{ log }}
+
{{ log[0] }}
{% endfor %}
{% endfor %}