Skip to content

Commit 1a91e59

Browse files
author
Tim Middleton
authored
Correct link in topic details dashboard (#787)
* Correct link in topic details dashboard * Correct field link
1 parent 91b5aa0 commit 1a91e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboards/grafana/topic-details-dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,8 @@
722722
"value": [
723723
{
724724
"targetBlank": false,
725-
"title": "Drill down for subscriber details for ${__data.fields[1]}",
726-
"url": " /d/coh-subscriber-details?var-Subscriber=${__data.fields[1]}&$__all_variables"
725+
"title": "Drill down for subscriber details for ${__value.text}",
726+
"url": "/d/coh-subscriber-details?var-Subscriber=${__value.text}&$__all_variables"
727727
}
728728
]
729729
},

0 commit comments

Comments
 (0)