[node-mixin] change current datasource to grafana's default

Signed-off-by: Severyn Lisovskyi <993215+sev3ryn@users.noreply.github.com>
This commit is contained in:
Severyn Lisovskyi 2022-02-02 14:38:41 +01:00
parent bf320eb05f
commit 7b86b7cb29
No known key found for this signature in database
GPG key ID: 82066C73A25AF392
2 changed files with 4 additions and 4 deletions

View file

@ -211,8 +211,8 @@ local gauge = promgrafonnet.gauge;
.addTemplate(
{
current: {
text: 'Prometheus',
value: 'Prometheus',
text: 'default',
value: 'default',
},
hide: 0,
label: 'Data Source',

View file

@ -9,8 +9,8 @@ local c = import '../config.libsonnet';
local datasourceTemplate = {
current: {
text: 'Prometheus',
value: 'Prometheus',
text: 'default',
value: 'default',
},
hide: 0,
label: 'Data Source',