We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c009d88 + 2612d04 commit adef18eCopy full SHA for adef18e
components/InfraConnected.vue
@@ -0,0 +1,7 @@
1
+<template>
2
+ <slot v-if="infraStore.microservices_connected" />
3
+</template>
4
+
5
+<script setup>
6
+ const infraStore = useInfraStore()
7
+</script>
tests/integration/microservices/back/requirements.txt
@@ -5,4 +5,3 @@
# pip-compile --output-file=tests/integration/microservices/back/requirements.txt tests/integration/microservices/back/requirements.in
#
8
-opengeodeweb-back==5.*,>=5.13.1rc1
tests/integration/microservices/viewer/requirements.txt
# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
-opengeodeweb-viewer==1.*,>=1.12.0
0 commit comments