From 6f8cb743b599370a52ddaec4c01440a8cd9b87b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 10 Sep 2014 11:53:58 +0200 Subject: [PATCH] Fixed default welcome to grafana dashboard, rows were not marked as editable --- src/app/dashboards/default.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/dashboards/default.json b/src/app/dashboards/default.json index 4fcdf570d53..ab22805f99c 100644 --- a/src/app/dashboards/default.json +++ b/src/app/dashboards/default.json @@ -9,6 +9,7 @@ "title": "New row", "height": "150px", "collapse": false, + "editable": true, "panels": [ { "id": 1, @@ -26,6 +27,7 @@ "title": "Welcome to Grafana", "height": "210px", "collapse": false, + "editable": true, "panels": [ { "id": 2, @@ -50,6 +52,7 @@ { "title": "test", "height": "250px", + "editable": true, "collapse": false, "panels": [ {