mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 23:37:01 -06:00
example(plugin.json): add dashboards array in includes
This commit is contained in:
parent
0ec747630d
commit
ae3bda81c5
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user