Created
June 23, 2026 18:37
-
-
Save mturac/a0ba3bba3bc9d570288fc3ca334825b7 to your computer and use it in GitHub Desktop.
Grafana PR 126903 table target blank debug panel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Table target blank data link repro", | |
| "tags": [ | |
| "table", | |
| "data-link", | |
| "target-blank" | |
| ], | |
| "timezone": "browser", | |
| "schemaVersion": 41, | |
| "version": 1, | |
| "refresh": "", | |
| "panels": [ | |
| { | |
| "id": 1, | |
| "title": "Table data link target blank", | |
| "type": "table", | |
| "gridPos": { | |
| "h": 8, | |
| "w": 12, | |
| "x": 0, | |
| "y": 0 | |
| }, | |
| "datasource": { | |
| "type": "grafana-testdata-datasource", | |
| "uid": "grafana" | |
| }, | |
| "targets": [ | |
| { | |
| "refId": "A", | |
| "datasource": { | |
| "type": "grafana-testdata-datasource", | |
| "uid": "grafana" | |
| }, | |
| "scenarioId": "csv_content", | |
| "csvContent": "service,url\nexample,https://grafana.com/" | |
| } | |
| ], | |
| "fieldConfig": { | |
| "defaults": { | |
| "custom": {}, | |
| "links": [ | |
| { | |
| "title": "Open value in new tab", | |
| "url": "${__value.raw}", | |
| "targetBlank": true | |
| } | |
| ] | |
| }, | |
| "overrides": [] | |
| }, | |
| "options": { | |
| "showHeader": true | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment