Merge branch 'fronkdev' into 'master'

importing and displaying Rimo Building userLabel

See merge request fronk/thetool!2075
This commit is contained in:
Frank Schubert
2026-02-02 11:32:18 +00:00
5 changed files with 52 additions and 6 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?>