AnnoList: add alpha annotations list plugin (#17187)

adding an alpha panel
This commit is contained in:
Ryan McKinley
2019-07-09 09:28:19 -07:00
committed by GitHub
parent b44be990bc
commit 6599bdc7f1
10 changed files with 698 additions and 2 deletions

View 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"
}
}
}