Commit ae3bda81 by bergquist

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

parent 0ec74763
......@@ -34,10 +34,13 @@
"updated": "2015-02-10"
},
"includes": [
{"type": "panel", "name": "Nginx Panel"},
{"type": "datasource", "name": "Nginx Datasource"}
],
"includes": {
"dashboards": [],
"plugins": [
{"type": "panel", "name": "Nginx Panel"},
{"type": "datasource", "name": "Nginx Datasource"}
]
},
"dependencies": {
"grafanaVersion": "3.x.x",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment