aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/templates/map.html
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-09 17:47:39 -0400
committerhistoria <[not public]>2026-07-09 17:47:39 -0400
commit7ea40cbd00f7ddae53a8e43dd018d62ca798f8cf (patch)
tree1d75ceb3db02d21d15c143df5aad0cab9aabdcdd /internal/admin/templates/map.html
parentb888414c63c0e5fae0d33b3c5faea8a604d195fa (diff)
downloadthehouseoficarus-7ea40cbd00f7ddae53a8e43dd018d62ca798f8cf.tar.gz
feat(admin): exits to non-existent rooms show on map as ?
Diffstat (limited to 'internal/admin/templates/map.html')
-rw-r--r--internal/admin/templates/map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/admin/templates/map.html b/internal/admin/templates/map.html
index eb95db7..0915aaa 100644
--- a/internal/admin/templates/map.html
+++ b/internal/admin/templates/map.html
@@ -1,6 +1,6 @@
{{define "body-map"}}
<div class="layout">
- <div class="panel panel-left" id="disconnectedPanel">
+ <div class="panel panel-left" id="disconnectedPanel" style="display:none">
<div class="panel-header">Disconnected Rooms</div>
<div id="disconnectedList" style="overflow-y:auto;flex:1">
<p style="color:#888;text-align:center;margin-top:20px;font-size:11px">None</p>