mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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 = {
|
const linkButton = {
|
||||||
href: 'https://grafana.com/plugins?utm_source=grafana_plugin_list',
|
href: 'https://grafana.com/plugins?utm_source=grafana_plugin_list',
|
||||||
title: 'Find more plugins on Grafana.com',
|
title: 'Find more plugins on Grafana.com',
|
||||||
|
target: '_blank',
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -20,6 +20,7 @@ exports[`Render should render component 1`] = `
|
|||||||
linkButton={
|
linkButton={
|
||||||
Object {
|
Object {
|
||||||
"href": "https://grafana.com/plugins?utm_source=grafana_plugin_list",
|
"href": "https://grafana.com/plugins?utm_source=grafana_plugin_list",
|
||||||
|
"target": "_blank",
|
||||||
"title": "Find more plugins on Grafana.com",
|
"title": "Find more plugins on Grafana.com",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -50,6 +51,7 @@ exports[`Render should render list 1`] = `
|
|||||||
linkButton={
|
linkButton={
|
||||||
Object {
|
Object {
|
||||||
"href": "https://grafana.com/plugins?utm_source=grafana_plugin_list",
|
"href": "https://grafana.com/plugins?utm_source=grafana_plugin_list",
|
||||||
|
"target": "_blank",
|
||||||
"title": "Find more plugins on Grafana.com",
|
"title": "Find more plugins on Grafana.com",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user