grafana/public/app/plugins/panel/alertlist/plugin.json

20 lines
381 B
JSON
Raw Normal View History

{
"type": "panel",
"name": "Alert List",
"id": "alertlist",
"skipDataQuery": true,
"info": {
"description": "Shows list of alerts and their current status",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-singlestat-panel.svg",
"large": "img/icn-singlestat-panel.svg"
2019-03-06 01:40:03 -06:00
}
}
}