Working on #142 - fixed plugin.json and

datasource constructor (module.js).
This commit is contained in:
Alexander Zobnin
2016-01-16 13:42:12 +03:00
parent c48cbd3dc4
commit ca5d68a1c8
4 changed files with 71 additions and 61 deletions

View File

@@ -1,13 +1,8 @@
{
"pluginType": "panel",
"type": "panel",
"name": "Zabbix triggers",
"type": "triggers",
"id": "triggers",
"module": "plugins/triggers/module",
"staticRoot": {
"url": "triggers",
"path": "."
}
"staticRoot": "."
}