plugin.json 318 B

123456789101112131415161718
  1. {
  2. "type": "panel",
  3. "name": "Icon",
  4. "id": "icon",
  5. "state": "alpha",
  6. "info": {
  7. "description": "Show icon based on data",
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/icn-icon.svg",
  14. "large": "img/icn-icon.svg"
  15. }
  16. }
  17. }