wandbuchsen editieren ungetestet

This commit is contained in:
2026-02-16 10:14:41 +01:00
parent 3bc5a2ca04
commit f80ab4aaa9
3 changed files with 22 additions and 34 deletions

View File

@@ -287,8 +287,8 @@ if ($editorFloorId > 0) {
border-radius: 6px;
}
.infra-marker.outlet {
width: 32px;
height: 32px;
width: 10px;
height: 10px;
background: rgba(25, 135, 84, 0.25);
border: 2px solid #198754;
border-radius: 4px;
@@ -317,7 +317,7 @@ document.addEventListener('DOMContentLoaded', () => {
return;
}
const outletSize = 32;
const outletSize = 10;
const patchPanels = <?php echo json_encode($editorPatchPanels, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES); ?>;
const outlets = <?php echo json_encode($editorOutlets, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES); ?>;