From 77bfaa4245adde494e2c400fd814d888b428a9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 11 Jun 2014 08:07:18 +0200 Subject: [PATCH] fixed default dashboard json editable flag, accidentally set to to false --- src/app/dashboards/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboards/default.json b/src/app/dashboards/default.json index e0d048ad8bb..c0e58b154e0 100644 --- a/src/app/dashboards/default.json +++ b/src/app/dashboards/default.json @@ -90,7 +90,7 @@ "notice": false } ], - "editable": false, + "editable": true, "failover": false, "panel_hints": true, "style": "dark",