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
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:
@@ -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
|
||||||
|
|||||||
@@ -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;"> </span>
|
<span class="toggle-handle" style="display: inline-block; width: 24px; color: #ccc;"> </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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user