From 3a98f6cb606ed4a403a35e1ef3bb21633612fe79 Mon Sep 17 00:00:00 2001 From: Pierre-Narcisi Date: Thu, 31 Oct 2024 15:44:47 +0100 Subject: [PATCH] feat(stations) adding uuid to stations details --- .../app/components/occhab-info/occhab-info.component.html | 5 +++++ .../occhab-map-list/occhab-map-list.component.html | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/contrib/gn_module_occhab/frontend/app/components/occhab-info/occhab-info.component.html b/contrib/gn_module_occhab/frontend/app/components/occhab-info/occhab-info.component.html index 8ef48b14cd..cc13cb5770 100644 --- a/contrib/gn_module_occhab/frontend/app/components/occhab-info/occhab-info.component.html +++ b/contrib/gn_module_occhab/frontend/app/components/occhab-info/occhab-info.component.html @@ -121,6 +121,11 @@
Habitats de la station :
Commentaire :

{{ station?.properties.comment }}

+ +
+
UUID de la station :
+

{{ station?.properties.unique_id_sinp_station }}

+
diff --git a/contrib/gn_module_occhab/frontend/app/components/occhab-map-list/occhab-map-list.component.html b/contrib/gn_module_occhab/frontend/app/components/occhab-map-list/occhab-map-list.component.html index f5998d8512..09e15c583f 100644 --- a/contrib/gn_module_occhab/frontend/app/components/occhab-map-list/occhab-map-list.component.html +++ b/contrib/gn_module_occhab/frontend/app/components/occhab-map-list/occhab-map-list.component.html @@ -107,6 +107,10 @@ {{ hab }} +
UUID de la station:
+
+ {{ row.unique_id_sinp_station }} +