Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6deff431
Commit
6deff431
authored
Oct 30, 2018
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes the popover message on the group sec dashboard
parent
edd6fc97
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
ee/app/assets/javascripts/security_dashboard/components/app.vue
.../assets/javascripts/security_dashboard/components/app.vue
+3
-5
locale/gitlab.pot
locale/gitlab.pot
+2
-2
No files found.
ee/app/assets/javascripts/security_dashboard/components/app.vue
View file @
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>
...
...
locale/gitlab.pot
View file @
6deff431
...
@@ -6946,10 +6946,10 @@ msgstr ""
...
@@ -6946,10 +6946,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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment