grafana/public/app/plugins/panel/dashlist/plugin.json

19 lines
373 B
JSON
Raw Normal View History

2016-01-09 16:52:13 -06:00
{
"type": "panel",
"name": "Dashboard list",
"id": "dashlist",
"info": {
"description": "List of dynamic links to other dashboards",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
2016-03-24 15:14:51 -05:00
},
"logos": {
"small": "img/icn-dashlist-panel.svg",
"large": "img/icn-dashlist-panel.svg"
},
"version": "5.0.0"
}
2016-01-09 16:52:13 -06:00
}