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

21 lines
385 B
JSON
Raw Normal View History

2016-01-09 16:52:13 -06:00
{
"type": "panel",
"name": "Table",
"id": "table",
"dataFormats": ["table", "time_series"],
"info": {
"description": "Table Panel for Grafana",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
2016-03-24 15:14:51 -05:00
"logos": {
"small": "img/icn-table-panel.svg",
"large": "img/icn-table-panel.svg"
},
"version": "5.0.0"
}
2016-01-09 16:52:13 -06:00
}