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,
|
||||
"graphTooltip": 0,
|
||||
"id": 27,
|
||||
|
@ -1102,7 +1102,10 @@
|
|||
"refresh": "1m",
|
||||
"schemaVersion": 27,
|
||||
"style": "dark",
|
||||
"tags": [],
|
||||
"tags": [
|
||||
"bw",
|
||||
"hardware"
|
||||
],
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue