add version on footer

This commit is contained in:
2025-03-29 15:32:34 +01:00
parent d5b18295c0
commit 12bb9a157e
5 changed files with 45 additions and 1 deletions

View File

@@ -207,6 +207,12 @@
<!-- Globaler Fehlerbereich -->
<div id="global-error" class="mt-6 p-4 bg-red-800 text-red-100 rounded hidden"></div>
<!-- Footer für Version -->
<footer class="mt-8 pt-4 border-t border-gray-600 text-center text-xs text-gray-500">
<p>Version: <span id="commit-sha" class="font-mono">loading...</span></p>
</footer>
</div>
<!-- Leaflet JS -->