mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00

* update all core plugins with raise issue and docs links * fix plugin loader test, run prettier * fix test * update test results for api plugin tests
25 lines
584 B
JSON
25 lines
584 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"
|
|
},
|
|
"links": [
|
|
{ "name": "Raise issue", "url": "https://github.com/grafana/grafana/issues/new" },
|
|
{
|
|
"name": "Documentation",
|
|
"url": "https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/status-history/"
|
|
}
|
|
]
|
|
}
|
|
}
|