feat: support partial-width rack devices
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user