Skip to content

Commit

Permalink
- Correction relative au bon retour des voyants de la sonde de contro…
Browse files Browse the repository at this point in the history
…le des services si arrêt du back
  • Loading branch information
jvk88511334 committed Aug 2, 2024
1 parent 258d5d3 commit 277e36d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Structure/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ const getHealthOfServices = async () => {
console.log('Health Services:', healthServices.value)
} catch (error) {
healthServices.value = [{
'STATUT CBS':false,
'STATUT BASE_XML':false,
'STATUT BASE_ITEM':false
}]
console.error('Erreur lors de la récupération des statuts des services :', error)
}
}
Expand Down

0 comments on commit 277e36d

Please sign in to comment.