diff --git a/templates/dashboard/timer_functions/logs.html b/templates/dashboard/timer_functions/logs.html index 7c229ff..38f1ed8 100644 --- a/templates/dashboard/timer_functions/logs.html +++ b/templates/dashboard/timer_functions/logs.html @@ -47,7 +47,8 @@ history_url=url_for('timer.history', function_id=function_id)) }}
-
{{ invocation.logs }}
+
{{ (invocation.logs | map('first')) | join('\n') }}
{% if not invocation.logs %}
No logs available
{% endif %}