importing and displaying Rimo Building userLabel

This commit is contained in:
Frank Schubert
2026-02-02 12:26:44 +01:00
parent d79b7bdb1d
commit 00926fe3bd
4 changed files with 45 additions and 0 deletions

View File

@@ -75,6 +75,9 @@
</tr><tr>
<th>Rimo Operational State</th>
<td><?=$address->rimo_op_state?></td>
</tr><tr>
<th>Rimo User Label</th>
<td><?=$address->rimo_user_label?></td>
</tr>
<?php if($address->vlan_stag): ?>
<tr>

View File

@@ -506,6 +506,9 @@
</tr><tr>
<th>Building External ID:</th>
<td class="text-monospace"><?=$preorder->adb_hausnummer->rimo_id?>
</tr><tr>
<th>User Label:</th>
<td class="text-monospace"><?=$preorder->adb_hausnummer->rimo_user_label?>
</tr><tr>
<th>Building Execution State:</th>
<td class="text-monospace"><?=$preorder->adb_hausnummer->rimo_ex_state?>