This commit is contained in:
2025-10-06 14:13:32 +02:00
parent 4b257bae44
commit bba32d08e3
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -8,5 +8,6 @@ pyvenv.cfg
include/
keys/
.venv/
.idea/
*.kate-swp

View File

@@ -18,7 +18,7 @@ spec:
fsGroupChangePolicy: "OnRootMismatch"
containers:
- name: web
image: git.baumann.gr/adebaumann/vui:0.925
image: git.baumann.gr/adebaumann/vui:0.926
imagePullPolicy: Always
ports:
- containerPort: 8000

View File

@@ -28,6 +28,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.925</div>
<div>VorgabenUI v0.926</div>
</body>
</html>