aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/templates/layout.html
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-03 18:36:55 -0400
committerhistoria <[not public]>2026-07-03 18:36:55 -0400
commit0dfd7bf19e800b67e03726c18cfa00e623d6b121 (patch)
tree19297eb5cee6b29dd01136f00889a01a99520374 /internal/admin/templates/layout.html
parent034187d1c434b6bee32aeb539ea543f6ec537376 (diff)
downloadthehouseoficarus-0dfd7bf19e800b67e03726c18cfa00e623d6b121.tar.gz
fix: admin gui map screen works with rooms across multiple directories
Diffstat (limited to 'internal/admin/templates/layout.html')
-rw-r--r--internal/admin/templates/layout.html1
1 files changed, 1 insertions, 0 deletions
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}}<p style="color:#888;text-align:center;margin-top:60px">Unknown page: {{.Page}}</p>{{end}}
</body>
</html>