Datasource template variable should be labelled 'Data Source'

Signed-off-by: Tom Wilkie <tom@grafana.com>
This commit is contained in:
Tom Wilkie 2021-10-20 17:10:14 +01:00
parent 11bb2f8a95
commit 9bc184d236
No known key found for this signature in database
GPG key ID: E32FC479235E15D8
2 changed files with 2 additions and 2 deletions

View file

@ -215,7 +215,7 @@ local gauge = promgrafonnet.gauge;
value: 'Prometheus',
},
hide: 0,
label: null,
label: 'Data Source',
name: 'datasource',
options: [],
query: 'prometheus',

View file

@ -13,7 +13,7 @@ local datasourceTemplate = {
value: 'Prometheus',
},
hide: 0,
label: null,
label: 'Data Source',
name: 'datasource',
options: [],
query: 'prometheus',