Skip to content

Commit 32734cb

Browse files
authored
Add 'Data Source' label for the default datasource template variable. (#672)
* Add 'Datasource' label for the default datasource template variable. Signed-off-by: Tom Wilkie <[email protected]> * Actually, Data Source is two words. Signed-off-by: Tom Wilkie <[email protected]>
1 parent 09ddf8e commit 32734cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana-builder/grafana.libsonnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
value: datasource,
9393
},
9494
hide: 0,
95-
label: null,
95+
label: 'Data Source',
9696
name: 'datasource',
9797
options: [],
9898
query: 'prometheus',

0 commit comments

Comments
 (0)