Added info section to plugin.json.

This commit is contained in:
Alexander Zobnin
2016-03-30 10:12:22 +03:00
parent c4570d053d
commit b83006fcec
2 changed files with 24 additions and 9 deletions

View File

@@ -1,8 +1,16 @@
{
"type": "panel",
"name": "Zabbix triggers",
"id": "triggers",
"name": "Zabbix Triggers",
"id": "zabbix-triggers-panel",
"module": "plugins/triggers/module",
"staticRoot": "."
"info": {
"author": {
"name": "Alexander Zobnin",
"url": "http://grafana-zabbix.org"
},
"logos": {
"small": "img/zabbix_triggers_logo.svg",
"large": "img/zabbix_triggers_logo.svg"
}
}
}