Skip to content

Commit

Permalink
Show sensor IDs in table on asset page (#1053)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <[email protected]>
Co-authored-by: Victor <[email protected]>
Co-authored-by: Felix Claessen <[email protected]>
  • Loading branch information
3 people authored May 7, 2024
1 parent dc431a0 commit c2d2446
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flexmeasures/ui/templates/crud/asset.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ <h3>All sensors for {{ asset.name }}</h3>
<thead>
<tr>
<th>Name</th>
<th>ID</th>
<th class="text-right">Unit</th>
<th class="text-right">Resolution</th>
<th class="text-right no-sort">Entity address</th>
Expand All @@ -237,6 +238,9 @@ <h3>All sensors for {{ asset.name }}</h3>
<td>
{{ sensor.name }}
</td>
<td>
{{ sensor.id }}
</td>
<td class="text-right">
{{ sensor.unit }}
</td>
Expand Down

0 comments on commit c2d2446

Please sign in to comment.