grafana/public/app/features/dashboard/state
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
..
__fixtures__ Annotations: Support filtering the target panels (#66325) 2023-04-18 15:39:30 -05:00
actions.ts Dashboard: Clear current dashboard when moving away from dashboard (#66538) 2023-06-12 11:18:37 +02:00
analyticsProcessor.ts Chore: Remove deprecated dashboardId from panel query runner (#64786) 2023-04-14 16:50:10 -07:00
DashboardMigrator.test.ts Schemas: Allow nulls in schema for +/-Infinity types (#70958) 2023-06-30 18:15:02 +03:00
DashboardMigrator.ts Variables: allow {} type in VariableWithOptions.current (#64358) 2023-06-16 14:31:12 +02:00
DashboardModel.refresh.test.ts Chore: fix type errors in tests (#63270) 2023-02-14 16:46:42 +01:00
DashboardModel.repeat.test.ts Row-repeats: Fix disappearing panel when viewed panel is refreshed (#58392) 2023-04-04 21:56:47 +03:00
DashboardModel.test.ts Dashboards: Only refresh panels on panel edit exit if refresh is set (#67652) 2023-05-10 14:12:55 +01:00
DashboardModel.ts Repeats: Set scoped vars correctly for collapsed panel when toggled (#69707) 2023-06-12 02:59:05 -07:00
index.ts Moved dashboard state components to state folder 2019-01-31 08:56:17 +01:00
initDashboard.test.ts TopNav: KioskMode rewrite move to AppChrome responsibility and make it a global feature (#55149) 2022-09-15 14:04:58 +02:00
initDashboard.ts Dashboards: Add dashboard embed route (#69596) 2023-07-06 17:43:20 +03:00
PanelModel.test.ts Dashboard: Fix library panels in collapsed rows not getting updated (#66643) 2023-05-16 12:44:19 +01:00
PanelModel.ts Dashboard: Fix library panels in collapsed rows not getting updated (#66643) 2023-05-16 12:44:19 +01:00
reducers.test.ts schema: Use generated dashboard model in frontend (#55769) 2022-12-20 15:04:14 +01:00
reducers.ts Chore: some type fixes (#69860) 2023-06-20 17:13:49 +01:00
selectors.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
TimeModel.ts Dashboards: Support an auto refresh interval that is based on the query range (#70479) 2023-06-26 19:46:23 +03:00
utils.test.ts Chore: some low-hanging type assertion fruit (#51618) 2022-06-30 10:40:00 +01:00
utils.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00