Преглед изворни кода

Fixed default welcome to grafana dashboard, rows were not marked as editable

Torkel Ödegaard пре 11 година
родитељ
комит
6f8cb743b5
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/app/dashboards/default.json

+ 3 - 0
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": [
         {