feature/comments #15

Manually merged
adebaumann merged 7 commits from feature/comments into development 2025-12-01 13:36:47 +00:00
3 changed files with 6 additions and 6 deletions
Showing only changes of commit db9bd92036 - Show all commits

View File

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

View File

@@ -215,7 +215,7 @@
</p> </p>
</div> </div>
<div class="col-sm-6 text-right"> <div class="col-sm-6 text-right">
<p class="text-muted">Version {{ version|default:"0.958-comments-XSS" }}</p> <p class="text-muted">Version {{ version|default:"0.959" }}</p>
</div> </div>
</div> </div>
</div> </div>