plugin.json 389 B

12345678910111213141516171819202122
  1. {
  2. "type": "panel",
  3. "name": "Table",
  4. "id": "table",
  5. "models": {
  6. "version": [1, 0],
  7. "changed": "2021/03/30"
  8. },
  9. "info": {
  10. "description": "Supports many column styles",
  11. "author": {
  12. "name": "Grafana Labs",
  13. "url": "https://grafana.com"
  14. },
  15. "logos": {
  16. "small": "img/icn-table-panel.svg",
  17. "large": "img/icn-table-panel.svg"
  18. }
  19. }
  20. }