grafana/public/app/plugins/panel/dashlist
Ashley Harrison 47f8717149
React: Use new JSX transform (#88802)
* update eslint, tsconfig + esbuild to handle new jsx transform

* remove thing that breaks the new jsx transform

* remove react imports

* adjust grafana-icons build

* is this the correct syntax?

* try this

* well this was much easier than expected...

* change grafana-plugin-configs webpack config

* fixes

* fix lockfile

* fix 2 more violations

* use path.resolve instead of require.resolve

* remove react import

* fix react imports

* more fixes

* remove React import

* remove import React from docs

* remove another react import
2024-06-25 12:43:47 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
DashList.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
migrations.test.ts Dashboards: Add toggle for folder names in dashboard list panel (#87288) 2024-05-03 17:52:10 +02:00
migrations.ts Dashlist: Fix panel not showing for Viewer users (#74596) 2023-09-08 13:43:15 +00:00
module.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
panelcfg.cue Dashboards: Add toggle for folder names in dashboard list panel (#87288) 2024-05-03 17:52:10 +02:00
panelcfg.gen.ts Dashboards: Add toggle for folder names in dashboard list panel (#87288) 2024-05-03 17:52:10 +02: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 DashList: Add tooltip for star dashboard icon (#73490) 2023-08-28 10:37:42 +01: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/