grafana/public/app/plugins/panel/annolist/plugin.json
Ryan McKinley cd9e94c9b3
Annotation Panel: release annotation panel (#36959)
Co-authored-by: Petros Kolyvas <code@petros.io>
2021-07-21 22:58:30 +02:00

20 lines
353 B
JSON

{
"type": "panel",
"name": "Annotations list",
"id": "annolist",
"skipDataQuery": true,
"info": {
"description": "List annotations",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-annolist-panel.svg",
"large": "img/icn-annolist-panel.svg"
}
}
}