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
08d4ceb6
Commit
08d4ceb6
authored
May 05, 2021
by
Brandon Labuschagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs link copy
parent
a36d6df2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
app/assets/javascripts/analytics/devops_report/components/devops_score.vue
...ripts/analytics/devops_report/components/devops_score.vue
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
spec/frontend/admin/analytics/devops_score/components/devops_score_spec.js
...in/analytics/devops_score/components/devops_score_spec.js
+1
-1
No files found.
app/assets/javascripts/analytics/devops_report/components/devops_score.vue
View file @
08d4ceb6
...
...
@@ -73,7 +73,7 @@ export default {
<template
#description
>
<p
class=
"gl-mb-0"
>
{{
__
(
'
It may be several days before you see feature usage data.
'
)
}}
</p>
<gl-link
:href=
"devopsReportDocsPath"
>
{{
__
(
'
Our documentation includes an example DevOps Score report
.
'
)
__
(
'
See example DevOps Score page in our documentation
.
'
)
}}
</gl-link>
</
template
>
</gl-empty-state>
...
...
locale/gitlab.pot
View file @
08d4ceb6
...
...
@@ -28810,6 +28810,9 @@ msgstr ""
msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See example DevOps Score page in our documentation."
msgstr ""
msgid "See metrics"
msgstr ""
...
...
spec/frontend/admin/analytics/devops_score/components/devops_score_spec.js
View file @
08d4ceb6
...
...
@@ -43,7 +43,7 @@ describe('DevopsScore', () => {
it
(
'
displays the correct message
'
,
()
=>
{
expect
(
findEmptyState
().
text
()).
toBe
(
'
Data is still calculating... It may be several days before you see feature usage data.
Our documentation includes an example DevOps Score report
.
'
,
'
Data is still calculating... It may be several days before you see feature usage data.
See example DevOps Score page in our documentation
.
'
,
);
});
...
...
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