Merge pull request #2281 from sev3ryn/patch-1

[node-mixin] change current datasource to grafana's default
This commit is contained in:
Ben Kochie 2022-02-22 14:23:55 +01:00 committed by GitHub
commit 0c14f4aede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',