feat (ui): netwerk map functionaliteit verder uitgebreid en polish
This commit is contained in:
@@ -162,14 +162,19 @@
|
||||
<button class="btn small" type="button" id="networksMapResetBtn">Reset view</button>
|
||||
<button class="btn small" type="button" id="networksMapLayoutBtn">Auto-layout</button>
|
||||
<button class="btn small ghost" type="button" id="networksMapLegendBtn">Legenda</button>
|
||||
<span class="muted" id="networksMapStatus" style="margin-left:auto;">Kaartweergave (placeholder)</span>
|
||||
<label class="chk" style="display:flex; align-items:center; gap:8px; margin-left:10px;">
|
||||
<input type="checkbox" id="networksMapShowModes" checked>
|
||||
<span class="muted">Toon modes</span>
|
||||
</label>
|
||||
<label class="chk" style="display:flex; align-items:center; gap:8px; margin-left:10px;">
|
||||
<input type="checkbox" id="networksMapConnectedOnly">
|
||||
<span class="muted">Alleen verbonden</span>
|
||||
</label>
|
||||
<span class="muted" id="networksMapStatus" style="margin-left:auto;">Kaartweergave (placeholder)</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="networksMapHost" class="mapHost">
|
||||
<div class="muted" style="padding:12px;">
|
||||
Kaartweergave is actief. (STAP 3A-1: alleen layout/controls. D3 rendering komt in 3C.)
|
||||
</div>
|
||||
</div>
|
||||
<div id="networksDetailPanel" class="mapDetail" style="display:none;">
|
||||
<div class="mapDetailHeader">
|
||||
|
||||
Reference in New Issue
Block a user