diff --git a/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 b/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 index 17f5043..1846eb6 100644 --- a/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 +++ b/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 @@ -18,8 +18,14 @@ {% 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"}}
+ {% if job.started_at %} +
+ + {{ (datetime.now() - datetime.fromisoformat(job.started_at)) }} +
+ {% endif %}
{% if ctx.uid %}