0
0
Fork 0

fix: grafana url

This commit is contained in:
Javier Segarra 2024-09-27 07:56:50 +00:00
parent 2be969339e
commit 2990d32705
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import VnTitle from 'src/components/common/VnTitle.vue';
import VnRow from 'src/components/ui/VnRow.vue'; import VnRow from 'src/components/ui/VnRow.vue';
const route = useRoute(); const route = useRoute();
const { t } = useI18n(); const { t } = useI18n();
const grafanaUrl = 'https://grafana.verdnatura.es';
const $props = defineProps({ const $props = defineProps({
id: { id: {