plugin.json 329 B

123456789101112131415161718
  1. {
  2. "type": "panel",
  3. "name": "Test",
  4. "id": "test",
  5. "info": {
  6. "description": "Test panel",
  7. "author": {
  8. "name": "Core Grafana Team.",
  9. "url": "http://grafana.org"
  10. },
  11. "logos": {
  12. "icon": "fa fa-fw th-large",
  13. "small": "img/logo_small.png",
  14. "large": "img/logo_large.png"
  15. }
  16. }
  17. }