From c140b3636398f347c0ab8b3c138a3db0e2a886a5 Mon Sep 17 00:00:00 2001 From: Thomas Cravey Date: Sat, 16 Aug 2025 20:18:01 -0500 Subject: [PATCH] ui: add commit hash to footer on dashboard and summarizer --- internal/httpapi/server.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/httpapi/server.go b/internal/httpapi/server.go index acbad20..b5dd641 100644 --- a/internal/httpapi/server.go +++ b/internal/httpapi/server.go @@ -391,6 +391,7 @@ func (s *Server) handleUI(w http.ResponseWriter, r *http.Request) { ` + s.Version + ` + ` _, _ = w.Write([]byte(page)) }