-
- matchDataSourceWithSearch(ds, filterTerm)}
- >
-
-
+
matchDataSourceWithSearch(ds, filterTerm)}
+ onClickEmptyStateCTA={() =>
+ reportInteraction(INTERACTION_EVENT_NAME, {
+ item: INTERACTION_ITEM.CONFIG_NEW_DS_EMPTY_STATE,
+ })
+ }
+ >
{onClickAddCSV && config.featureToggles.editPanelCSVDragAndDrop && (
- {
reportInteraction(INTERACTION_EVENT_NAME, {
item: INTERACTION_ITEM.CONFIG_NEW_DS,
src: analyticsInteractionSrc,
});
}}
- >
- Configure a new data source
-
+ />
@@ -203,6 +197,9 @@ function getDataSourceModalStyles(theme: GrafanaTheme2) {
flex: 1;
margin-bottom: ${theme.spacing(4)};
`,
+ dataSourceList: css`
+ height: 100%;
+ `,
builtInDataSourceList: css`
margin-bottom: ${theme.spacing(4)};
`,