1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 03:27:29 +01:00

feat: implement ability to disable avatars (#4091)

Co-authored-by: uponminiature <226739065+uponminiature@users.noreply.github.com>
This commit is contained in:
uponminiature
2025-08-29 22:20:03 +01:00
committed by GitHub
parent ae083e955a
commit 6df66dade9
7 changed files with 34 additions and 21 deletions

View File

@@ -51,6 +51,7 @@ func (h *handler) executeTemplate(w http.ResponseWriter, req *http.Request) {
config["hosts"] = hosts
config["enableActions"] = h.config.EnableActions
config["enableShell"] = h.config.EnableShell
config["disableAvatars"] = h.config.DisableAvatars
}
if user != nil {