plugin.json 353 B

12345678910111213141516171819
  1. {
  2. "type": "panel",
  3. "name": "Annotations list",
  4. "id": "annolist",
  5. "skipDataQuery": true,
  6. "info": {
  7. "description": "List annotations",
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/icn-annolist-panel.svg",
  14. "large": "img/icn-annolist-panel.svg"
  15. }
  16. }
  17. }