mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AnnoList: add alpha annotations list plugin (#17187)
adding an alpha panel
This commit is contained in:
20
public/app/plugins/panel/annolist/plugin.json
Normal file
20
public/app/plugins/panel/annolist/plugin.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "panel",
|
||||
"name": "Annotations list (alpha)",
|
||||
"id": "annolist",
|
||||
"state": "alpha",
|
||||
|
||||
"skipDataQuery": true,
|
||||
|
||||
"info": {
|
||||
"description": "List annotations",
|
||||
"author": {
|
||||
"name": "Grafana Project",
|
||||
"url": "https://grafana.com"
|
||||
},
|
||||
"logos": {
|
||||
"small": "img/icn-annolist-panel.svg",
|
||||
"large": "img/icn-annolist-panel.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user