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

21 lines
404 B
JSON
Raw Normal View History

{
"type": "panel",
"name": "Alert List",
"id": "alertlist",
"dataFormats": [],
"info": {
"description": "Shows list of alerts and their current status",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-singlestat-panel.svg",
"large": "img/icn-singlestat-panel.svg"
},
"version": "5.0.0"
}
}