DashboardList
Dashboard list panel - displays dashboard links.
Use for creating navigation to other dashboards.
<DashboardList title="Related Dashboards" showSearch tags={['production']} includeTimeRange/>| Prop | Type | Default | Description |
|---|---|---|---|
showStarred | boolean | - | Show starred dashboards |
showRecentlyViewed | boolean | - | Show recently viewed |
showSearch | boolean | - | Show search results |
query | string | - | Search query |
maxItems | number | - | Max items to show |
tags | string[] | - | Tags to filter by |
folderId | number | - | Folder to filter by |
includeTimeRange | boolean | - | Include current time range in links |
includeVars | boolean | - | Include template variables in links |
Inherits from BasePanelProps