grafana/public/app/plugins/panel/gettingstarted/plugin.json
2020-04-26 15:34:56 -07:00

20 lines
343 B
JSON

{
"type": "panel",
"name": "Getting Started",
"id": "gettingstarted",
"skipDataQuery": true,
"hideFromList": true,
"info": {
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-dashlist-panel.svg",
"large": "img/icn-dashlist-panel.svg"
}
}
}