grafana/public/app/features/dashboard/containers
Alex Khomenko 420b19e0e4
Dashboards: Add dashboard embed route (#69596)
* Dashboard embed: Set up route

* Dashboard embed: Cleanup

* Dashboard embed: Separate routes

* Dashboard embed: Render dashboard page

* Dashboard embed: Add toolbar

* Dashboard embed: Send JSON on save

* Dashboard embed: Add JSON param

* Dashboard embed: Make the dashboard editable

* Fix sending dashboard to remote server

* Add notifications

* Add "dashboardEmbed" feature toggle

* Use the toggle

* Update toggles

* Add toggle on backend

* Add get JSON endpoint

* Add drawer

* Close drawer on success

* Update toggles

* Cleanup

* Update toggle

* Allow embedding for the d-embed url

* Allow embedding via custom X-Allow-Embedding header

* Use callbackUrl

* Cleanup

* Update public/app/features/dashboard/containers/EmbeddedDashboardPage.tsx

Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>

* Use theme for spacing

* Update toggles

* Update public/app/features/dashboard/components/EmbeddedDashboard/SaveDashboardForm.tsx

Co-authored-by: Polina Boneva <13227501+polibb@users.noreply.github.com>

* Add select data source modal

---------

Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
Co-authored-by: Polina Boneva <13227501+polibb@users.noreply.github.com>
2023-07-06 17:43:20 +03:00
..
DashboardPage.test.tsx Navigation: Unify Page component (#66951) 2023-04-24 16:41:32 +01:00
DashboardPage.tsx NestedFolders: Ensure New dashboard page has the correct breadcrumb hierarchy (#69758) 2023-06-09 16:22:57 +01:00
EmbeddedDashboardPage.tsx Dashboards: Add dashboard embed route (#69596) 2023-07-06 17:43:20 +03: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