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:
Alexander Zobnin
2015-12-28 14:00:03 +03:00
parent 72ad872397
commit acedb806d9
4 changed files with 20 additions and 10 deletions

View File

@@ -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,