aboutsummaryrefslogtreecommitdiffstats
path: root/templates/services.html.j2
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-04-27 21:18:34 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-04-27 21:18:34 +0100
commitdd3f431d2f20409ccb490241e70687a5f5c7c79c (patch)
tree5c3f66ca9a0021b03d5ceddeaa1b5e77503471e7 /templates/services.html.j2
parentf0a4fd5c9b632633443f8a5bf4475cbf33fed8d5 (diff)
downloadeda.gay-dd3f431d2f20409ccb490241e70687a5f5c7c79c.tar.gz
eda.gay-dd3f431d2f20409ccb490241e70687a5f5c7c79c.zip
Added caching docker info with cronHEADmaster
Diffstat (limited to 'templates/services.html.j2')
-rwxr-xr-xtemplates/services.html.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/services.html.j2 b/templates/services.html.j2
index 9c9e5ec..9f42c7f 100755
--- a/templates/services.html.j2
+++ b/templates/services.html.j2
@@ -4,7 +4,7 @@
<section id=docker>
<h2>docker</h2>
<ul>
- {% for host, containers in docker.items() %}
+ {% for host, containers in docker["containers"].items() %}
<h4>{{ "%s - %s" % (host[0], host[1]) }}</h4>
<table>
{% for name, status, image in containers %}
@@ -21,6 +21,7 @@
</table>
{% endfor %}
</ul>
+ <p>{{ docker["cachetime"] }}</p>
</section>
<section id="torrents">