瀏覽代碼

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