Thing types now start off collapsed
All checks were successful
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/labhelper) (push) Successful in 12s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/labhelper-data-loader) (push) Successful in 3s

This commit is contained in:
2025-12-30 01:36:47 +01:00
parent 0f5011d8f7
commit 20e5e0b0c1
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ spec:
mountPath: /data mountPath: /data
containers: containers:
- name: web - name: web
image: git.baumann.gr/adebaumann/labhelper:0.038 image: git.baumann.gr/adebaumann/labhelper:0.039
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8000 - containerPort: 8000

View File

@@ -51,7 +51,7 @@
<li style="padding: 8px 0;"> <li style="padding: 8px 0;">
<div class="tree-item" style="display: flex; align-items: center; gap: 8px;"> <div class="tree-item" style="display: flex; align-items: center; gap: 8px;">
{% if children %} {% if children %}
<span class="toggle-handle" style="display: inline-block; width: 24px; color: #667eea; font-weight: bold; cursor: pointer; transition: transform 0.2s;">[-]</span> <span class="toggle-handle" style="display: inline-block; width: 24px; color: #667eea; font-weight: bold; cursor: pointer; transition: transform 0.2s;">[+]</span>
{% else %} {% else %}
<span class="toggle-handle" style="display: inline-block; width: 24px; color: #ccc;">&nbsp;</span> <span class="toggle-handle" style="display: inline-block; width: 24px; color: #ccc;">&nbsp;</span>
{% endif %} {% endif %}
@@ -63,7 +63,7 @@
{% endwith %} {% endwith %}
</div> </div>
{% if children %} {% if children %}
<ul style="list-style: none; padding-left: 32px;"> <ul style="list-style: none; padding-left: 32px; display: none;">
{{ children }} {{ children }}
</ul> </ul>
{% endif %} {% endif %}