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 24ef3e4 commit 612ad7cCopy full SHA for 612ad7c
grafana-builder/grafana.libsonnet
@@ -70,6 +70,23 @@
70
},
71
72
73
+ dashboardLinkUrl(title, url):: self {
74
+ links+: [
75
+ {
76
+ asDropdown: false,
77
+ icon: 'external link',
78
+ includeVars: true,
79
+ keepTime: true,
80
+ tags: [],
81
+ targetBlank: true,
82
+ title: title,
83
+ tooltip: '',
84
+ type: 'link',
85
+ url: url,
86
+ },
87
+ ],
88
89
+
90
// Stuff that is materialised.
91
uid: uid,
92
annotations: {
0 commit comments