From 4569fec82c48be0bebcad84dec0c721936449474 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Fri, 13 Mar 2026 21:22:14 +0100 Subject: [PATCH] Image links -> lightbox instead of download --- argocd/deployment.yaml | 2 +- boxes/templates/boxes/thing_detail.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index bf3c759..40058fe 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -27,7 +27,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/labhelper:0.081 + image: git.baumann.gr/adebaumann/labhelper:0.082 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/boxes/templates/boxes/thing_detail.html b/boxes/templates/boxes/thing_detail.html index ddf7218..a9e47e2 100644 --- a/boxes/templates/boxes/thing_detail.html +++ b/boxes/templates/boxes/thing_detail.html @@ -98,7 +98,7 @@
{{ file.title }}
- {{ file.title }} + {{ file.title }} ({{ file.filename }})