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

17 lines
261 B
JSON
Raw Normal View History

2018-11-08 09:40:53 -06:00
{
"type": "panel",
"name": "Gauge",
"id": "gauge",
"info": {
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
2018-12-05 03:33:15 -06:00
"small": "img/icon_gauge.svg",
"large": "img/icon_gauge.svg"
2018-11-08 09:40:53 -06:00
}
}
}