bundles/grafana: disable editing of tasmota dashboard
This commit is contained in:
parent
25b305bddf
commit
93e36156a0
1 changed files with 5 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"editable": true,
|
"editable": false,
|
||||||
"gnetId": null,
|
"gnetId": null,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": 27,
|
"id": 27,
|
||||||
|
@ -1102,7 +1102,10 @@
|
||||||
"refresh": "1m",
|
"refresh": "1m",
|
||||||
"schemaVersion": 27,
|
"schemaVersion": 27,
|
||||||
"style": "dark",
|
"style": "dark",
|
||||||
"tags": [],
|
"tags": [
|
||||||
|
"bw",
|
||||||
|
"hardware"
|
||||||
|
],
|
||||||
"templating": {
|
"templating": {
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue