feat: show build commit on admin page

This commit is contained in:
root
2026-03-24 23:51:42 +01:00
parent fc67533db9
commit fa8c6d02fd
5 changed files with 20 additions and 5 deletions

View File

@@ -209,6 +209,9 @@
<div class="text-[12px] font-black uppercase">
Data_Density: {{len .Files}} records | Page: {{.Page}}/{{.TotalPages}}
</div>
<div class="text-[11px] font-black uppercase text-gray-600">
Build_Commit: {{.BuildCommit}}
</div>
</footer>
</div>
</div>