plugin.json 334 B

12345678910111213141516171819
  1. {
  2. "type": "panel",
  3. "name": "Status history",
  4. "id": "status-history",
  5. "state": "beta",
  6. "info": {
  7. "description": "Periodic status history",
  8. "author": {
  9. "name": "Grafana Labs",
  10. "url": "https://grafana.com"
  11. },
  12. "logos": {
  13. "small": "img/status.svg",
  14. "large": "img/status.svg"
  15. }
  16. }
  17. }