Skip to content

Commit

Permalink
Merge pull request #129 from LLKCoder/fix-debugslo-link
Browse files Browse the repository at this point in the history
Fixed a bug where clicking on a link resulted in incorrect redirection.
  • Loading branch information
pure-coder0 authored Aug 27, 2024
2 parents 87bbebe + 3b8a909 commit 59d5107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/helm/lunettes/templates/grafana/grafana-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ data:
{
"targetBlank": true,
"title": "yaml",
"url": "/d/podyamllinks/podyaml?orgId=1&var-uid=${__data.fields[\"PodUID\"]}"
"url": "/d/podyamllinks/podyaml?var-uid=${__data.fields.PodUID}"
}
]
},
Expand All @@ -697,7 +697,7 @@ data:
{
"targetBlank": true,
"title": "NodeYaml",
"url": "/d/nodeyamllinks/nodeyaml?orgId=1&var-nodeName=${__data.fields[\"NodeName\"]}"
"url": "/d/nodeyamllinks/nodeyaml?var-nodeName=${__data.fields.NodeName}"
}
]
},
Expand Down Expand Up @@ -2609,7 +2609,7 @@ data:
{
"targetBlank": true,
"title": "Pod信息",
"url": "\r\nhttp://lunettes.lunettes.svc.cluster.local:8080/api/v1/debugpod?uid=${__data.fields.PodUid}"
"url": "d/lunettes-debugpod/lunettes-debugpod?var-podinfo=uid&var-podinfovalue=${__data.fields.PodUid}"
}
]
}
Expand Down

0 comments on commit 59d5107

Please sign in to comment.