grafana/public/app/plugins/panel/status-history/plugin.json
Kyle Cunningham 839465ae44
Various Panels: Remove beta label from Bar Chart, Candlestick, Histogram, State Timeline, & Status History Panels (#58557)
* Remove beta label from numerous panels.

* Update backend snapshot to fix test

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2022-11-29 14:26:05 +07:00

18 lines
314 B
JSON

{
"type": "panel",
"name": "Status history",
"id": "status-history",
"info": {
"description": "Periodic status history",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/status.svg",
"large": "img/status.svg"
}
}
}