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

@@ -4,5 +4,10 @@
"name": "Zabbix triggers",
"type": "triggers",
"module": "app/plugins/panels/triggers/module"
"module": "plugins/triggers/module",
"staticRoot": {
"url": "triggers",
"path": "."
}
}