plugin.json 384 B

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