mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Use preferred package header for generated code > To convey to humans and machine tools that code is generated, generated source should have a line that matches the following regular expression (in Go syntax): > `^// Code generated .* DO NOT EDIT\.$` https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source Co-authored-by: sam boyer <sdboyer@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Regenerate files with updated header Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: sam boyer <sdboyer@grafana.com> |
||
---|---|---|
.. | ||
img | ||
DashList.tsx | ||
models.cue | ||
models.gen.ts | ||
module.tsx | ||
plugin.json | ||
README.md | ||
styles.ts |
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/