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
8a199a73
Commit
8a199a73
authored
Apr 30, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add title to page
parent
00605603
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
changelogs/unreleased/mw-insights-add-title.yml
changelogs/unreleased/mw-insights-add-title.yml
+5
-0
ee/app/assets/javascripts/insights/components/insights.vue
ee/app/assets/javascripts/insights/components/insights.vue
+4
-1
No files found.
changelogs/unreleased/mw-insights-add-title.yml
0 → 100644
View file @
8a199a73
---
title
:
'
Insights
Analytics:
Add
title
to
page'
merge_request
:
30853
author
:
type
:
added
ee/app/assets/javascripts/insights/components/insights.vue
View file @
8a199a73
...
...
@@ -82,12 +82,15 @@ export default {
</
script
>
<
template
>
<div
class=
"insights-container prepend-top-default"
>
<div
class=
"mb-3"
>
<h3>
{{
__
(
'
Insights
'
)
}}
</h3>
</div>
<div
v-if=
"configLoading"
class=
"insights-config-loading text-center"
>
<gl-loading-icon
:inline=
"true"
size=
"lg"
/>
</div>
<div
v-else-if=
"configPresent"
class=
"insights-wrapper"
>
<gl-dropdown
class=
"js-insights-dropdown
col-8 col-md-9 gl-pr-
0"
class=
"js-insights-dropdown
w-10
0"
data-qa-selector=
"insights_dashboard_dropdown"
menu-class=
"w-100 mw-100"
toggle-class=
"dropdown-menu-toggle w-100 gl-field-error-outline"
...
...
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