mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
* Justify to alignment in stat * No stats label in inspect * Use sentence case in panel names * typos * typo * Typo * Query -> query options * prettier * Transformer -> transform data * Do not show deprecated plugins in the viz picker * Update viz picker layout
20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Alert list",
|
|
"id": "alertlist",
|
|
|
|
"skipDataQuery": true,
|
|
|
|
"info": {
|
|
"description": "Shows list of alerts and their current status",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/icn-singlestat-panel.svg",
|
|
"large": "img/icn-singlestat-panel.svg"
|
|
}
|
|
}
|
|
}
|