Skip to content

Commit

Permalink
add nested plugin paths to includes
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrowne committed Jun 21, 2024
1 parent 3b2827e commit b43ec24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b43ec24

Please sign in to comment.