mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 02:23:31 -06:00
* Remove beta label from numerous panels. * Update backend snapshot to fix test Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
18 lines
314 B
JSON
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"
|
|
}
|
|
}
|
|
}
|