mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
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:
parent
7e5f525473
commit
ac38dd872d
@ -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 (
|
||||
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user