grafana/public/app/plugins/panel/alertlist/plugin.json
Dominik Prokop 63d25944c4
Minor UI touches (#24371)
* 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
2020-05-08 12:40:42 +02:00

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"
}
}
}