From 20e5e0b0c12f899b4bbffcc0426026d90d7d45a3 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Tue, 30 Dec 2025 01:36:47 +0100 Subject: [PATCH] Thing types now start off collapsed --- argocd/deployment.yaml | 2 +- boxes/templates/boxes/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 2f1cf15..9b78d72 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.038 + image: git.baumann.gr/adebaumann/labhelper:0.039 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/boxes/templates/boxes/index.html b/boxes/templates/boxes/index.html index 4f5d1ba..d6f4984 100644 --- a/boxes/templates/boxes/index.html +++ b/boxes/templates/boxes/index.html @@ -51,7 +51,7 @@
  • {% if children %} - [-] + [+] {% else %}   {% endif %} @@ -63,7 +63,7 @@ {% endwith %}
    {% if children %} -