diff --git a/public/app/features/plugins/PluginListPage.tsx b/public/app/features/plugins/PluginListPage.tsx index 06d25f4ca2b..bafc55fd395 100644 --- a/public/app/features/plugins/PluginListPage.tsx +++ b/public/app/features/plugins/PluginListPage.tsx @@ -35,6 +35,7 @@ export class PluginListPage extends PureComponent { const linkButton = { href: 'https://grafana.com/plugins?utm_source=grafana_plugin_list', title: 'Find more plugins on Grafana.com', + target: '_blank', }; return ( diff --git a/public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap b/public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap index 52cd762f00f..69b2c12edbf 100644 --- a/public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap +++ b/public/app/features/plugins/__snapshots__/PluginListPage.test.tsx.snap @@ -20,6 +20,7 @@ exports[`Render should render component 1`] = ` linkButton={ Object { "href": "https://grafana.com/plugins?utm_source=grafana_plugin_list", + "target": "_blank", "title": "Find more plugins on Grafana.com", } } @@ -50,6 +51,7 @@ exports[`Render should render list 1`] = ` linkButton={ Object { "href": "https://grafana.com/plugins?utm_source=grafana_plugin_list", + "target": "_blank", "title": "Find more plugins on Grafana.com", } }