Issue #72 - changed plugin.json files and fixed templates path
for new plugin model. Can load plugins from any place.
This commit is contained in:
@@ -5,10 +5,15 @@
|
||||
"type": "zabbix",
|
||||
"serviceName": "ZabbixAPIDatasource",
|
||||
|
||||
"module": "app/plugins/datasource/zabbix/datasource",
|
||||
"module": "plugins/zabbix/datasource",
|
||||
|
||||
"partials": {
|
||||
"config": "app/plugins/datasource/zabbix/partials/config.html"
|
||||
"config": "public/plugins/zabbix/partials/config.html"
|
||||
},
|
||||
|
||||
"staticRoot": {
|
||||
"url": "zabbix",
|
||||
"path": "."
|
||||
},
|
||||
|
||||
"metrics": true,
|
||||
|
||||
Reference in New Issue
Block a user