Skip to content

Commit

Permalink
feat(stations) adding uuid to stations details
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Nov 4, 2024
1 parent 8bce9a0 commit 3a98f6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ <h5><b class="text-muted">Habitats de la station :</b></h5>
<h5><b class="text-muted">Commentaire :</b></h5>
<p>{{ station?.properties.comment }}</p>
</div>

<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<h5><b class="text-muted">UUID de la station :</b></h5>
<p>{{ station?.properties.unique_id_sinp_station }}</p>
</div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
{{ hab }}
</div>
</div>
<div><strong>UUID de la station:</strong></div>
<div style="margin-left: 20px">
{{ row.unique_id_sinp_station }}
</div>
</ng-template>
</ngx-datatable-row-detail>
<ngx-datatable-column
Expand Down

0 comments on commit 3a98f6c

Please sign in to comment.