example(plugin.json): add dashboards array in includes

This commit is contained in:
bergquist
2016-03-08 16:52:48 +01:00
parent 0ec747630d
commit ae3bda81c5
+7 -4
View File
@@ -34,10 +34,13 @@
"updated": "2015-02-10" "updated": "2015-02-10"
}, },
"includes": [ "includes": {
{"type": "panel", "name": "Nginx Panel"}, "dashboards": [],
{"type": "datasource", "name": "Nginx Datasource"} "plugins": [
], {"type": "panel", "name": "Nginx Panel"},
{"type": "datasource", "name": "Nginx Datasource"}
]
},
"dependencies": { "dependencies": {
"grafanaVersion": "3.x.x", "grafanaVersion": "3.x.x",