ui: add commit hash to footer on dashboard and summarizer
This commit is contained in:
parent
0732b50a3d
commit
c140b36363
1 changed files with 1 additions and 0 deletions
|
|
@ -391,6 +391,7 @@ func (s *Server) handleUI(w http.ResponseWriter, r *http.Request) {
|
||||||
<small>` + s.Version + `</small>
|
<small>` + s.Version + `</small>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
<footer><small>` + s.Version + ` (` + s.Commit + `)</small></footer>
|
||||||
</html>`
|
</html>`
|
||||||
_, _ = w.Write([]byte(page))
|
_, _ = w.Write([]byte(page))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue