plugin.json 350 B

12345678910111213141516171819
  1. {
  2. "type": "panel",
  3. "name": "Table (old)",
  4. "id": "table-old",
  5. "state": "deprecated",
  6. "info": {
  7. "description": "Table Panel for Grafana",
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/icn-table-panel.svg",
  14. "large": "img/icn-table-panel.svg"
  15. }
  16. }
  17. }