PluginsListPage: More plugins button should open in new window (#24635)

* PluginsListPage: More plugins button should open in new window

Fixes #24622

* Updated snapshot
This commit is contained in:
Torkel Ödegaard 2020-05-26 09:33:10 +02:00 committed by GitHub
parent 7e5f525473
commit ac38dd872d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,7 @@ export class PluginListPage extends PureComponent<Props> {
const linkButton = {
href: 'https://grafana.com/plugins?utm_source=grafana_plugin_list',
title: 'Find more plugins on Grafana.com',
target: '_blank',
};
return (

View File

@ -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",
}
}