feat: support partial-width rack devices

This commit is contained in:
2026-08-12 10:38:54 +02:00
parent 267a78d58d
commit a504341442
11 changed files with 740 additions and 7 deletions
@@ -0,0 +1,13 @@
<div class="card">
<h2 class="card-header">Rackbreite</h2>
<table class="table table-hover attr-table">
<tr>
<th scope="row">Breite</th>
<td>{{ rack_width }} der Rackbreite</td>
</tr>
<tr>
<th scope="row">Position von links</th>
<td>{{ horizontal_position }}</td>
</tr>
</table>
</div>