diff options
Diffstat (limited to 'internal/admin/templates/map.html')
| -rw-r--r-- | internal/admin/templates/map.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/admin/templates/map.html b/internal/admin/templates/map.html index 6fd6261..3bcbb30 100644 --- a/internal/admin/templates/map.html +++ b/internal/admin/templates/map.html @@ -17,6 +17,10 @@ <span style="font-size:11px;color:#aaa;margin-left:8px">Zoom:</span> <button onclick="zoomIn()" title="Zoom in" style="width:auto;font-size:14px;padding:0 6px;min-width:32px">➕</button> <button onclick="zoomOut()" title="Zoom out" style="width:auto;font-size:14px;padding:0 6px;min-width:32px">➖</button> + <label style="font-size:11px;color:#ccc;cursor:pointer;display:flex;align-items:center;gap:4px;margin-left:8px" title="When unchecked, skips the confirm dialog when deleting rooms"> + <input type="checkbox" id="confirmDelete" style="cursor:pointer"> + Confirm before delete + </label> </div> <svg id="mapSvg" style="width:100%;height:100%"></svg> <div class="room-tooltip" id="tooltip" style="display:none"></div> |
