Datasource template variable should be labelled 'Data Source'

Signed-off-by: Tom Wilkie <tom@grafana.com>
pull/2172/head
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', value: 'Prometheus',
}, },
hide: 0, hide: 0,
label: null, label: 'Data Source',
name: 'datasource', name: 'datasource',
options: [], options: [],
query: 'prometheus', query: 'prometheus',

View File

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