Fixed linting issues reported by mixtool

This commit is contained in:
Emily Ahlstrand Rager 2023-01-09 15:52:23 +01:00 committed by Michael Stapelberg
parent 6d9ae78e7d
commit 297a498632

View file

@ -222,7 +222,7 @@
"type": "row" "type": "row"
}, },
{ {
"datasource": "prometheus", "datasource": "$datasource",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"custom": { "custom": {
@ -510,7 +510,7 @@
"type": "datasource" "type": "datasource"
}, },
{ {
"allValue": null, "allValue": ".+",
"current": { "current": {
"selected": true, "selected": true,
"text": "dnsmasq", "text": "dnsmasq",
@ -522,7 +522,7 @@
"definition": "label_values(dnsmasq_exporter_build_info, job)", "definition": "label_values(dnsmasq_exporter_build_info, job)",
"hide": 0, "hide": 0,
"includeAll": true, "includeAll": true,
"label": null, "label": "job",
"multi": true, "multi": true,
"name": "job", "name": "job",
"options": [ "options": [
@ -549,7 +549,7 @@
"useTags": false "useTags": false
}, },
{ {
"allValue": null, "allValue": ".+",
"current": { "current": {
"selected": true, "selected": true,
"text": "router.lan", "text": "router.lan",
@ -561,7 +561,7 @@
"definition": "label_values(dnsmasq_exporter_build_info, instance)", "definition": "label_values(dnsmasq_exporter_build_info, instance)",
"hide": 0, "hide": 0,
"includeAll": true, "includeAll": true,
"label": null, "label": "instance",
"multi": true, "multi": true,
"name": "instance", "name": "instance",
"options": [ "options": [