Parcourir la source

fixed default dashboard json editable flag, accidentally set to to false

Torkel Ödegaard il y a 11 ans
Parent
commit
77bfaa4245
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/app/dashboards/default.json

+ 1 - 1
src/app/dashboards/default.json

@@ -90,7 +90,7 @@
       "notice": false
     }
   ],
-  "editable": false,
+  "editable": true,
   "failover": false,
   "panel_hints": true,
   "style": "dark",