Browse Source

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

Torkel Ödegaard 11 năm trước cách đây
mục cha
commit
77bfaa4245
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",