grafana/public/app/plugins/panel/alertlist
Hugo Häggmark 7c7b21b39e
DashboardList/AlertList: Fix for missing All folder value (#39772)
* DashboardList/AlertList: Fix for missing All folder value

* Refactor: Fixes case where folder does not exist in results
2021-10-01 06:20:25 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
AlertInstances.tsx Alerting: New alert list panel component (#34614) 2021-05-31 14:08:05 +02:00
AlertList.tsx AlertList: make sure we sort the alert list when displayed in "recent state changes" mode. (#35544) 2021-06-11 09:18:35 +02:00
AlertListMigration.test.ts add defaults to alert list migration handler (#36547) 2021-07-19 12:25:53 +03:00
AlertListMigrationHandler.ts add defaults to alert list migration handler (#36547) 2021-07-19 12:25:53 +03:00
module.tsx DashboardList/AlertList: Fix for missing All folder value (#39772) 2021-10-01 06:20:25 +02:00
plugin.json Minor UI touches (#24371) 2020-05-08 12:40:42 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
types.ts Alerting: New alert list panel component (#34614) 2021-05-31 14:08:05 +02:00
UnifiedAlertList.tsx Alerting: New alert list panel component (#34614) 2021-05-31 14:08:05 +02:00

Alert List Panel - Native plugin

This Alert List panel is included with Grafana.

The Alert List panel allows you to display alerts on a dashboard. The list can be configured to show either the current state of your alerts or recent alert state changes. You can read more about alerts here.

Read more about it here:

http://docs.grafana.org/features/panels/alertlist/