Skip to content

Commit

Permalink
Show sensor IDs in table on asset page
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
  • Loading branch information
nhoening committed May 1, 2024
1 parent 71ecbcf commit ae6449f
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 @@ -228,6 +228,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 @@ -240,6 +241,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 ae6449f

Please sign in to comment.