diff options
Diffstat (limited to 'internal/admin/templates')
| -rw-r--r-- | internal/admin/templates/map.html | 2 |
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> |
