plugin.json 328 B

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