Skip to content

Commit

Permalink
feat: open external link in blank page (#211)
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Wang <[email protected]>
  • Loading branch information
wanglam authored Jun 14, 2023
1 parent 7a33d01 commit e2825c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion public/components/experiment_warning/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ export const ExperimentalWarning = () => {
<EuiCallOut title="Experimental Feature" iconType="iInCircle">
The feature is experimental and should not be used in a production environment. For more
information, see{' '}
<EuiLink href="https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashboard/" external>
<EuiLink
href="https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashboard/"
external
target="_blank"
>
Machine Learning Documentation
</EuiLink>
. To leave feedback, visit{' '}
<EuiLink
href="https://forum.opensearch.org/t/feedback-ml-commons-ml-model-health-dashboard-for-admins-experimental-release/12494"
external
target="_blank"
>
forum.opensearch.org
</EuiLink>
Expand Down
1 change: 1 addition & 0 deletions public/components/monitoring/model_deployment_table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export const ModelDeploymentTable = ({
role="link"
href="https://opensearch.org/docs/latest/ml-commons-plugin/ml-dashboard/"
external
target="_blank"
>
Machine Learning Documentation
</EuiLink>
Expand Down

0 comments on commit e2825c4

Please sign in to comment.