Parcourir la source

example(plugin.json): align example app with latests version

bergquist il y a 9 ans
Parent
commit
2c396d4922
1 fichiers modifiés avec 2 ajouts et 5 suppressions
  1. 2 5
      examples/nginx-app/plugin.json

+ 2 - 5
examples/nginx-app/plugin.json

@@ -34,13 +34,10 @@
     "updated": "2015-02-10"
     "updated": "2015-02-10"
   },
   },
 
 
-  "includes": {
-    "dashboards": [],
-    "plugins": [
+  "includes": [
       {"type": "panel", "name": "Nginx Panel"},
       {"type": "panel", "name": "Nginx Panel"},
       {"type": "datasource", "name": "Nginx Datasource"}
       {"type": "datasource", "name": "Nginx Datasource"}
-    ]
-  },
+  ],
 
 
   "dependencies": {
   "dependencies": {
     "grafanaVersion": "3.x.x",
     "grafanaVersion": "3.x.x",