mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed default dashboard json editable flag, accidentally set to to false
This commit is contained in:
parent
e8c11251de
commit
77bfaa4245
@ -90,7 +90,7 @@
|
||||
"notice": false
|
||||
}
|
||||
],
|
||||
"editable": false,
|
||||
"editable": true,
|
||||
"failover": false,
|
||||
"panel_hints": true,
|
||||
"style": "dark",
|
||||
|
Loading…
Reference in New Issue
Block a user