From bbf52625d7fb579987ea1104d56b0c7de68209b9 Mon Sep 17 00:00:00 2001 From: Lin Wang Date: Mon, 12 Jun 2023 11:24:49 +0800 Subject: [PATCH] feat: open external link in blank page Signed-off-by: Lin Wang --- public/components/experiment_warning/index.tsx | 7 ++++++- public/components/monitoring/model_deployment_table.tsx | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/public/components/experiment_warning/index.tsx b/public/components/experiment_warning/index.tsx index 0d06c67b..3952b79d 100644 --- a/public/components/experiment_warning/index.tsx +++ b/public/components/experiment_warning/index.tsx @@ -11,13 +11,18 @@ export const ExperimentalWarning = () => { The feature is experimental and should not be used in a production environment. For more information, see{' '} - + Machine Learning Documentation . To leave feedback, visit{' '} forum.opensearch.org diff --git a/public/components/monitoring/model_deployment_table.tsx b/public/components/monitoring/model_deployment_table.tsx index c6df94f9..7ebf9c0f 100644 --- a/public/components/monitoring/model_deployment_table.tsx +++ b/public/components/monitoring/model_deployment_table.tsx @@ -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