Explorar el Código

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

Torkel Ödegaard hace 11 años
padre
commit
6f8cb743b5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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": [
         {