diff --git a/projects/tentacles/src/python/tentacles/templates/index.html.j2 b/projects/tentacles/src/python/tentacles/templates/index.html.j2 index 6d2e458..392412e 100644 --- a/projects/tentacles/src/python/tentacles/templates/index.html.j2 +++ b/projects/tentacles/src/python/tentacles/templates/index.html.j2 @@ -4,7 +4,13 @@ {% include "jobs_list.html.j2" %} +{% if ctx.uid %}
{% include "files_list.html.j2" %}
+{% else %} +
+ {% include "jobs_history.html.j2" %} +
+{% endif %} {% endblock %}