From 22b56daf55f295aedb5a5abfae3c86e5b089abf7 Mon Sep 17 00:00:00 2001 From: matthias Date: Wed, 8 Apr 2020 22:10:01 +0200 Subject: [PATCH] fix datasource variable --- UniFi-UAP/unifi-ap-dashboard.json | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/UniFi-UAP/unifi-ap-dashboard.json b/UniFi-UAP/unifi-ap-dashboard.json index 35f74ed..29a47ad 100644 --- a/UniFi-UAP/unifi-ap-dashboard.json +++ b/UniFi-UAP/unifi-ap-dashboard.json @@ -82,7 +82,7 @@ "panels": [ { "columns": [], - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fontSize": "100%", @@ -300,7 +300,7 @@ "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)" ], - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "decimals": 2, "editable": true, "error": false, @@ -409,7 +409,7 @@ "value": "current" } ], - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "fontSize": "100%", "gridPos": { "h": 4, @@ -603,7 +603,7 @@ }, { "cacheTimeout": null, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "gridPos": { "h": 4, "w": 8, @@ -728,7 +728,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -872,7 +872,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -1009,7 +1009,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -1203,7 +1203,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "decimals": 2, "editable": true, "error": false, @@ -1361,7 +1361,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "decimals": 0, "editable": true, "error": false, @@ -1524,7 +1524,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "decimals": 0, "editable": true, "error": false, @@ -1675,7 +1675,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -1861,7 +1861,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -2065,7 +2065,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -2256,7 +2256,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -2567,7 +2567,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -2764,7 +2764,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -2973,7 +2973,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -3206,7 +3206,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -3465,7 +3465,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -3726,7 +3726,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "$dataSource", + "datasource": "${DS_TELEGRAF}", "editable": true, "error": false, "fill": 1, @@ -4017,4 +4017,4 @@ "title": "UniFi AP Dashboard", "uid": "HXRDoWyWz", "version": 22 -} \ No newline at end of file +}