grafana/public/app/features/dashboard/containers
Ashley Harrison 82114cb316
NestedFolders: Show Dashboard and Folder full breadcrumb hierarchy (#68308)
* update FolderDTO to match backend struct

* hacky way to get folder page breadcrumbs working

* hacky way to get dashboard nested breadcrumbs working

* undo route changes, get url from folder

* fix breadcrumbs in dashboard settings

* add parent pages to navIndex

* adjust getRootSectionForNode to just return the parent of a leaf node

* undo changes to generated files

* undo changes to toggles_gen.go

* feature toggle dashboardInit code

* remove unnecessary code in home dashboard

* build navModel directly, don't use getNavModel

* don't need fallback here

* remove getLoadingNav since it's not used anymore

* don't need to hide tabs from breadcrumbs anymore

* use id to find dashboards tab
2023-05-16 13:54:44 +01:00
..
DashboardPage.test.tsx Navigation: Unify Page component (#66951) 2023-04-24 16:41:32 +01:00
DashboardPage.tsx NestedFolders: Show Dashboard and Folder full breadcrumb hierarchy (#68308) 2023-05-16 13:54:44 +01:00
NewDashboardPage.tsx Datasource Onboarding: Prevent flickering of onboarding page after first load (#63360) 2023-02-24 11:48:30 +00:00
NewDashboardWithDS.tsx New Dashboard: Fix "build a dashboard" when empty dash page feature is enabled (#66816) 2023-04-27 11:11:19 +01:00
PublicDashboardPage.test.tsx PublicDashboards: HoverWidget in panel fix (#66685) 2023-04-26 09:06:38 -03:00
PublicDashboardPage.tsx Page: Remove toolbar prop as it's no longer needed (#67734) 2023-05-03 16:07:43 +02:00
SoloPanelPage.test.tsx Chore: fix type errors in tests (#63270) 2023-02-14 16:46:42 +01:00
SoloPanelPage.tsx PanelChrome: Do not show menu when panel is embedded (#64549) 2023-03-13 17:47:52 +01:00