Skip to content

Commit

Permalink
fix(discover): add data source management link in data selector (open…
Browse files Browse the repository at this point in the history
…search-project#7929)

Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 authored Aug 30, 2024
1 parent e5c125d commit b66f16b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/plugins/data/public/ui/dataset_selector/dataset_explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,14 @@ export const DatasetExplorer = ({
id="data.explorer.datasetSelector.advancedSelector.description"
defaultMessage="Select from those available to you. "
/>
<EuiLink href="#" external>
Manage data sources
<EuiLink
href={`${services.http.basePath.get()}/app/management/opensearch-dashboards/dataSources`}
target="_blank"
>
<FormattedMessage
id="data.explorer.datasetSelector.advancedSelector.dataSourceManagement.title"
defaultMessage="Manage data sources"
/>
</EuiLink>
</p>
</EuiText>
Expand Down

0 comments on commit b66f16b

Please sign in to comment.