grafana/public/app/plugins/panel/alertlist
kay delaney bad048b7ba
Performance: Standardize lodash imports to use destructured members (#33040)
* Performance: Standardize lodash imports to use destructured members
Changes lodash imports of the form `import x from 'lodash/x'` to
`import { x } from 'lodash'` to reduce bundle size.

* Remove unnecessary _ import from Graph component

* Enforce lodash import style

* Fix remaining lodash imports
2021-04-21 09:38:00 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
AlertList.tsx Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
AlertListMigration.test.ts Migration/AlertList: Migrates AlertList from AngularJS to React (#31872) 2021-03-11 14:53:13 +00:00
AlertListMigrationHandler.ts Migration/AlertList: Migrates AlertList from AngularJS to React (#31872) 2021-03-11 14:53:13 +00:00
module.tsx Migration/AlertList: Migrates AlertList from AngularJS to React (#31872) 2021-03-11 14:53:13 +00: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 Migration/AlertList: Migrates AlertList from AngularJS to React (#31872) 2021-03-11 14:53:13 +00: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/