Commit ae3bda81 by bergquist

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

parent 0ec74763
...@@ -34,10 +34,13 @@ ...@@ -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",
......
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