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

18 lines
314 B
JSON

{
"type": "panel",
"name": "Table",
"id": "table",
"info": {
"description": "Table Panel for Grafana",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-table-panel.svg",
"large": "img/icn-table-panel.svg"
}
}
}