Commit 07bee2d3 authored by Phil Hughes's avatar Phil Hughes

Merge branch '6709-security-dashboard-popover-update' into 'master'

Changes the popover message on the group sec dashboard

See merge request gitlab-org/gitlab-ee!8148
parents 50a4987c 6deff431
...@@ -54,19 +54,17 @@ export default { ...@@ -54,19 +54,17 @@ export default {
return { return {
trigger: 'click', trigger: 'click',
placement: 'right', placement: 'right',
title: s__( title: s__('Security Reports|At this time, the security dashboard only supports SAST.'),
'Security Reports|At this time, the security dashboard only supports SAST. More analyzers are coming soon.',
),
content: ` content: `
<a <a
title="${s__('Security Reports|Security Dashboard Roadmap')}" title="${s__('Security Reports|Security Dashboard Documentation')}"
href="${this.dashboardDocumentation}" href="${this.dashboardDocumentation}"
target="_blank" target="_blank"
rel="noopener rel="noopener
noreferrer" noreferrer"
> >
<span class="vertical-align-middle">${s__( <span class="vertical-align-middle">${s__(
'Security Reports|Security Dashboard Roadmap', 'Security Reports|Security Dashboard Documentation',
)}</span> )}</span>
${gl.utils.spriteIcon('external-link', 's16 vertical-align-middle')} ${gl.utils.spriteIcon('external-link', 's16 vertical-align-middle')}
</a> </a>
......
...@@ -6988,10 +6988,10 @@ msgstr "" ...@@ -6988,10 +6988,10 @@ msgstr ""
msgid "Security Dashboard|Issue Created" msgid "Security Dashboard|Issue Created"
msgstr "" msgstr ""
msgid "Security Reports|At this time, the security dashboard only supports SAST. More analyzers are coming soon." msgid "Security Reports|At this time, the security dashboard only supports SAST."
msgstr "" msgstr ""
msgid "Security Reports|Security Dashboard Roadmap" msgid "Security Reports|Security Dashboard Documentation"
msgstr "" msgstr ""
msgid "Security Reports|There was an error fetching the dashboard. Please try again in a few moments or contact your support team." msgid "Security Reports|There was an error fetching the dashboard. Please try again in a few moments or contact your support team."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment