mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Remove beta label from numerous panels. * Update backend snapshot to fix test Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"type": "panel",
|
|
"name": "State timeline",
|
|
"id": "state-timeline",
|
|
|
|
"info": {
|
|
"description": "State changes and durations",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/timeline.svg",
|
|
"large": "img/timeline.svg"
|
|
}
|
|
}
|
|
}
|