diff --git a/projects/tentacles/src/python/tentacles/templates/jobs_history.html.j2 b/projects/tentacles/src/python/tentacles/templates/jobs_history.html.j2 index d3ff970..30060fe 100644 --- a/projects/tentacles/src/python/tentacles/templates/jobs_history.html.j2 +++ b/projects/tentacles/src/python/tentacles/templates/jobs_history.html.j2 @@ -18,7 +18,11 @@ {% endif %}
- {{ctx.db.fetch_file(ctx.uid, job.file_id).filename}} + {{ctx.db.fetch_file(ctx.uid, job.file_id).filename or "it's a secret"}} +
+
+ + {{ (datetime.fromisoformat(job.finished_at) - datetime.fromisoformat(job.started_at)) }}