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
3b94c43c
Commit
3b94c43c
authored
Oct 12, 2020
by
Kev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename entries to statistics
parent
f2be6cf1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/projects/pipelines/charts/components/statistics_list.vue
.../projects/pipelines/charts/components/statistics_list.vue
+2
-2
No files found.
app/assets/javascripts/projects/pipelines/charts/components/statistics_list.vue
View file @
3b94c43c
...
@@ -13,7 +13,7 @@ export default {
...
@@ -13,7 +13,7 @@ export default {
totalDuration
()
{
totalDuration
()
{
return
formatPipelineDuration
(
this
.
counts
.
totalDuration
);
return
formatPipelineDuration
(
this
.
counts
.
totalDuration
);
},
},
entrie
s
()
{
statistic
s
()
{
return
[
return
[
{
{
title
:
s__
(
'
PipelineCharts|Total:
'
),
title
:
s__
(
'
PipelineCharts|Total:
'
),
...
@@ -42,7 +42,7 @@ export default {
...
@@ -42,7 +42,7 @@ export default {
</
script
>
</
script
>
<
template
>
<
template
>
<ul>
<ul>
<template
v-for=
"(
{ title, value }, index) in
entrie
s">
<template
v-for=
"(
{ title, value }, index) in
statistic
s">
<li
:key=
"index"
>
<li
:key=
"index"
>
<span>
{{
title
}}
</span>
<span>
{{
title
}}
</span>
<strong>
{{
value
}}
</strong>
<strong>
{{
value
}}
</strong>
...
...
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