mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Dashboard list",
|
|
"id": "dashlist",
|
|
|
|
"skipDataQuery": true,
|
|
|
|
"info": {
|
|
"description": "List of dynamic links to other dashboards",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/icn-dashlist-panel.svg",
|
|
"large": "img/icn-dashlist-panel.svg"
|
|
}
|
|
}
|
|
}
|