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

20 lines
350 B
JSON

{
"type": "panel",
"name": "Table (old)",
"id": "table-old",
"state": "deprecated",
"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"
}
}
}