Compare commits

..

4 Commits

Author SHA1 Message Date
f7e6795c00 Deploy 944 2025-11-05 12:22:13 +01:00
e94f61a697 Deploy 943 2025-11-05 11:16:28 +01:00
0cd09d0878 .env ignored 2025-11-04 17:01:49 +01:00
994ba5d797 Merge pull request 'feature/json' (#6) from feature/json into development
Reviewed-on: #6
2025-11-04 15:58:34 +00:00
4 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -15,3 +15,4 @@ package-lock.json
package.json
# Diagram cache directory
media/diagram_cache/
.env

View File

@@ -25,7 +25,7 @@ spec:
mountPath: /data
containers:
- name: web
image: git.baumann.gr/adebaumann/vui:0.942
image: git.baumann.gr/adebaumann/vui:0.944
imagePullPolicy: Always
ports:
- containerPort: 8000

Binary file not shown.

View File

@@ -31,6 +31,6 @@
<div class="flex-fill">{% block content %}Main Content{% endblock %}</div>
<div class="col-md-2">{% block sidebar_right %}{% endblock %}</div>
</div>
<div>VorgabenUI v0.942</div>
<div>VorgabenUI v0.944</div>
</body>
</html>