feat: refs #8001 ticketExpeditionGrafana #865
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#865
Loading…
Reference in New Issue
No description provided.
Delete Branch "8001-expeditionGrafana"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Está correcto, también puedes hacer action: ({id})=> openGrafana(id),
New commits pushed, approval review dismissed automatically according to repository settings
Requires alguna acción por mi parte?
@ -126,0 +127,4 @@
title: t('Grafana'),
icon: 'vn:grafana',
isPrimary: true,
action: (row) => openGrafana(row.id),
TIP: puedes hacer ({id})=> openGrafana(id)
@ -195,3 +207,4 @@
onMounted(async () => {
stateStore.rightDrawer = true;
const filteredColumns = columns.value.filter((col) => col.name !== 'history');
Si solo usas name puedes usar la misma sintaxis del comentario anterior
está bien, pero cambiamos el método de abrir URLs
@ -193,2 +199,4 @@
};
const openGrafana = (expeditionFk) => {
window.open(
Ahora usamos https://grafana.verdnatura.es/d/
New commits pushed, approval review dismissed automatically according to repository settings