add nested plugin paths to includes
This commit is contained in:
@@ -55,11 +55,13 @@
|
||||
"includes": [
|
||||
{
|
||||
"type": "datasource",
|
||||
"name": "Zabbix data source"
|
||||
"name": "Zabbix data source",
|
||||
"path": "datasource/plugin.json"
|
||||
},
|
||||
{
|
||||
"type": "panel",
|
||||
"name": "Problems panel"
|
||||
"name": "Problems panel",
|
||||
"path": "panel-triggers/plugin.json"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user