-
- You can also explore data with the following extensions:
-
- {extensionLinks.map((link) => (
-
- {link.title}
-
- ))}
-
- )}
);
};
@@ -236,7 +210,6 @@ export function DataSourceTestingStatus({ testingStatus, exploreUrl, dataSource
exploreUrl={exploreUrl}
dataSourceId={dataSource.uid}
onDashboardLinkClicked={onDashboardLinkClicked}
- extensionLinks={extensionLinks}
/>
) : null}
{severity === 'error' && errorDetailsLink ? : null}
diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json
index e628b21db30..f4290d1df1d 100644
--- a/public/locales/en-US/grafana.json
+++ b/public/locales/en-US/grafana.json
@@ -6421,8 +6421,7 @@
},
"data-source-testing-status-page": {
"error-more-details-link": "Click <2>here2> to learn more about this error.",
- "success-more-details-links": "Next, you can start to visualize data by <2>building a dashboard2>, or by querying data in the <5>Explore view5>.",
- "success-more-details-links-extensions": "You can also explore data with the following extensions:"
+ "success-more-details-links": "Next, you can start to visualize data by <2>building a dashboard2>, or by querying data in the <5>Explore view5>."
},
"data-sources": {
"datasource-add-button": {