plugin.json 399 B

1234567891011121314151617181920
  1. {
  2. "type": "panel",
  3. "name": "Dashboard list",
  4. "id": "dashlist",
  5. "dataFormats": [],
  6. "info": {
  7. "description": "List of dynamic links to other dashboards",
  8. "author": {
  9. "name": "Grafana Project",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/icn-dashlist-panel.svg",
  14. "large": "img/icn-dashlist-panel.svg"
  15. },
  16. "version": "5.0.0"
  17. }
  18. }