From 0dfd7bf19e800b67e03726c18cfa00e623d6b121 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 3 Jul 2026 18:36:55 -0400 Subject: fix: admin gui map screen works with rooms across multiple directories --- internal/admin/templates/layout.html | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/admin/templates/layout.html') diff --git a/internal/admin/templates/layout.html b/internal/admin/templates/layout.html index ed939bd..410c8df 100644 --- a/internal/admin/templates/layout.html +++ b/internal/admin/templates/layout.html @@ -42,6 +42,7 @@ {{else if eq .Page "players"}}{{template "body-players" .}} {{else if eq .Page "dashboard"}}{{template "body-dashboard" .}} {{else if eq .Page "files"}}{{template "body-files" .}} +{{else if eq .Page "duplicate-rooms"}}{{template "body-duplicate-rooms" .}} {{else}}
Unknown page: {{.Page}}
{{end}}