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
2757b023
Commit
2757b023
authored
May 04, 2020
by
Martin Wortschack
Committed by
Phil Hughes
May 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Value Stream Analytics: Cleanup title section
parent
8e97ebba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
app/views/projects/cycle_analytics/show.html.haml
app/views/projects/cycle_analytics/show.html.haml
+3
-0
changelogs/unreleased/mw-vsa-title-cleanup.yml
changelogs/unreleased/mw-vsa-title-cleanup.yml
+5
-0
ee/app/assets/javascripts/analytics/cycle_analytics/components/base.vue
...javascripts/analytics/cycle_analytics/components/base.vue
+2
-2
No files found.
app/views/projects/cycle_analytics/show.html.haml
View file @
2757b023
...
...
@@ -5,6 +5,9 @@
%banner
{
"v-if"
=>
"!isOverviewDialogDismissed"
,
"documentation-link"
:
help_page_path
(
'user/analytics/value_stream_analytics.md'
),
"v-on:dismiss-overview-dialog"
=>
"dismissOverviewDialog()"
}
.mb-3
%h3
=
_
(
"Value Stream Analytics"
)
%gl-loading-icon
{
"v-show"
=>
"isLoading"
,
"size"
=>
"lg"
}
.wrapper
{
"v-show"
=>
"!isLoading && !hasError"
}
.card
...
...
changelogs/unreleased/mw-vsa-title-cleanup.yml
0 → 100644
View file @
2757b023
---
title
:
'
Value
Stream
Analytics:
Add
title
and
remove
separator'
merge_request
:
30841
author
:
type
:
other
ee/app/assets/javascripts/analytics/cycle_analytics/components/base.vue
View file @
2757b023
...
...
@@ -184,8 +184,8 @@ export default {
</
script
>
<
template
>
<div
class=
"js-cycle-analytics"
>
<div
class=
"
page-title-holder d-flex align-items-center
"
>
<h3
class=
"page-title"
>
{{
__
(
'
Value Stream Analytics
'
)
}}
</h3>
<div
class=
"
mb-3
"
>
<h3>
{{
__
(
'
Value Stream Analytics
'
)
}}
</h3>
</div>
<div
class=
"mw-100"
>
<div
...
...
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