Skip to content

Commit

Permalink
fix: pods to nodes data link
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc committed Aug 28, 2024
1 parent 2ad006b commit c268edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboards/k8s-views-pods.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"links": [
{
"title": "",
"url": "/d/k8s_views_nodes/kubernetes-views-nodes?var-datasource=${datasource}&var-node=${__data.fields.node}"
"url": "/d/k8s_views_nodes/kubernetes-views-nodes?var-datasource=${datasource}&var-node=${__data.labels.node}"
}
],
"mappings": [],
Expand Down Expand Up @@ -2694,6 +2694,6 @@
"timezone": "",
"title": "Kubernetes / Views / Pods",
"uid": "k8s_views_pods",
"version": 28,
"version": 29,
"weekStart": ""
}

0 comments on commit c268edb

Please sign in to comment.