We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87542f0 commit 0c8e4d3Copy full SHA for 0c8e4d3
grafana-builder/grafana.libsonnet
@@ -282,6 +282,7 @@
282
type: if std.objectHas(labelStyle, 'type') then labelStyle.type else 'number',
283
unit: if std.objectHas(labelStyle, 'unit') then labelStyle.unit else 'short',
284
link: std.objectHas(labelStyle, 'link'),
285
+ linkTargetBlank: if std.objectHas(labelStyle, 'linkTargetBlank') then labelStyle.linkTargetBlank else false,
286
linkTooltip: if std.objectHas(labelStyle, 'linkTooltip') then labelStyle.linkTooltip else 'Drill down',
287
linkUrl: if std.objectHas(labelStyle, 'link') then labelStyle.link else '',
288
},
0 commit comments