From afe4f26ff7fcdfcf97a1f88a150bd72790709995 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Sat, 3 Jun 2023 19:56:54 -0600 Subject: [PATCH] More of same --- .../tentacles/src/python/tentacles/templates/index.html.j2 | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}