grafana/public/app/plugins/panel/dashlist
Josh Hunt 3c6e0e8ef8
Chore: ESlint import order (#44959)
* Add and configure eslint-plugin-import

* Fix the lint:ts npm command

* Autofix + prettier all the files

* Manually fix remaining files

* Move jquery code in jest-setup to external file to safely reorder imports

* Resolve issue caused by circular dependencies within Prometheus

* Update .betterer.results

* Fix missing // @ts-ignore

* ignore iconBundle.ts

* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
DashList.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
models.cue DashboardPreviews: add dashboard previews behind feature flag (#43226) 2021-12-23 09:43:53 -08:00
models.gen.ts DashboardPreviews: add dashboard previews behind feature flag (#43226) 2021-12-23 09:43:53 -08:00
module.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
styles.ts DashboardPreviews: add dashboard previews behind feature flag (#43226) 2021-12-23 09:43:53 -08:00

Dashlist Panel - Native Plugin

This Dashlist panel is included with Grafana.

The dashboard list panel allows you to display dynamic links to other dashboards. The list can be configured to use starred dashboards, a search query and/or dashboard tags.

Read more about it here:

https://grafana.com/docs/grafana/latest/features/panels/dashlist/