From 633605af4ed89115d746e4cb53e4823d36ebe00d Mon Sep 17 00:00:00 2001 From: Juan Cabanas Date: Thu, 21 Sep 2023 16:24:08 -0300 Subject: [PATCH] PublicDashboards: Refresh ds plugin supported list (#74947) --- .../dashboards/dashboard-public/index.md | 31 +++++++++------- .../commands/generate_datasources/generate.go | 7 +++- .../ConfigPublicDashboard.tsx | 10 +++--- .../CreatePublicDashboard.tsx | 5 +-- .../UnsupportedDataSourcesAlert.tsx | 2 +- .../SharePublicDashboardUtils.test.tsx | 36 ++++++++++++++++--- .../SharePublicDashboardUtils.ts | 17 ++++++--- .../SupportedPubdashDatasources.ts | 15 ++++++-- .../useGetUnsupportedDataSources.ts | 21 +++++++++++ 9 files changed, 111 insertions(+), 33 deletions(-) create mode 100644 public/app/features/dashboard/components/ShareModal/SharePublicDashboard/useGetUnsupportedDataSources.ts diff --git a/docs/sources/dashboards/dashboard-public/index.md b/docs/sources/dashboards/dashboard-public/index.md index 45480905b4b..15286cd8905 100644 --- a/docs/sources/dashboards/dashboard-public/index.md +++ b/docs/sources/dashboards/dashboard-public/index.md @@ -164,10 +164,8 @@ guaranteed because plugin developers can override this functionality. The follow