From 457ae54341991059cacd5c96581d1462bcaabcaa Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 21 Jul 2021 11:50:06 -0400 Subject: [PATCH] role var --- salt/grafana/templates/role.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/salt/grafana/templates/role.json b/salt/grafana/templates/role.json index f76de3cad..f398f679b 100644 --- a/salt/grafana/templates/role.json +++ b/salt/grafana/templates/role.json @@ -1,6 +1,11 @@ { "allValue": null, - "current": {}, + "current": { + "selected": true, + "tags": [], + "text": [], + "value": [] + }, "datasource": "InfluxDB", "definition": "show tag values with key=\"role\"", "description": null,