BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ee99781a
Commit
ee99781a
authored
Sep 11, 2017
by
Phil Hughes
Committed by
Jarka Kadlecova
Sep 12, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'conv-dev-index-regression' into 'master'
Correctly associate ConvDev Index nav link with its controller Closes #37583 See merge request !14124
parent
71ce4ab7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
7 deletions
+12
-7
_admin.html.haml
app/views/layouts/nav/sidebar/_admin.html.haml
+6
-6
conv-dev-index-regression.yml
changelogs/unreleased/conv-dev-index-regression.yml
+5
-0
convdev.md
doc/user/admin_area/monitoring/convdev.md
+1
-1
convdev_index.png
doc/user/admin_area/monitoring/img/convdev_index.png
+0
-0
No files found.
app/views/layouts/nav/sidebar/_admin.html.haml
View file @
ee99781a
...
...
@@ -6,7 +6,7 @@
=
icon
(
'wrench'
)
.sidebar-context-title
Admin Area
%ul
.sidebar-top-level-items
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners cohorts)
,
html_options:
{
class:
'home'
})
do
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners cohorts
conversational_development_index
)
,
html_options:
{
class:
'home'
})
do
=
sidebar_link
admin_root_path
,
title:
_
(
'Overview'
),
css:
'shortcuts-tree'
do
.nav-icon-container
=
custom_icon
(
'overview'
)
...
...
@@ -14,7 +14,7 @@
Overview
%ul
.sidebar-sub-level-items
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners cohorts)
,
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners cohorts
conversational_development_index
)
,
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
link_to
admin_root_path
do
%strong
.fly-out-top-item-name
#{
_
(
'Overview'
)
}
...
...
@@ -52,16 +52,16 @@
%span
ConvDev Index
=
nav_link
(
controller:
%w(
conversational_development_index
system_info background_jobs logs health_check requests_profiles)
)
do
=
sidebar_link
admin_
conversational_development_index
_path
,
title:
_
(
'Monitoring'
)
do
=
nav_link
(
controller:
%w(system_info background_jobs logs health_check requests_profiles)
)
do
=
sidebar_link
admin_
system_info
_path
,
title:
_
(
'Monitoring'
)
do
.nav-icon-container
=
custom_icon
(
'monitoring'
)
%span
.nav-item-name
Monitoring
%ul
.sidebar-sub-level-items
=
nav_link
(
controller:
%w(
conversational_development_index
system_info background_jobs logs health_check requests_profiles)
,
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
link_to
admin_
conversational_development_index
_path
do
=
nav_link
(
controller:
%w(system_info background_jobs logs health_check requests_profiles)
,
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
link_to
admin_
system_info
_path
do
%strong
.fly-out-top-item-name
#{
_
(
'Monitoring'
)
}
%li
.divider.fly-out-top-item
...
...
changelogs/unreleased/conv-dev-index-regression.yml
0 → 100644
View file @
ee99781a
---
title
:
Fix ConvDev Index nav item and Monitoring submenu regression
merge_request
:
!14124
author
:
type
:
fixed
doc/user/admin_area/monitoring/convdev.md
View file @
ee99781a
...
...
@@ -23,7 +23,7 @@ If you have just started using GitLab, it may take a few weeks for data to be
collected before this feature is available.
This feature is accessible only to a system admin, at
**Admin area >
Monitoring
> ConvDev Index**
.
**Admin area >
Overview
> ConvDev Index**
.
[
ce-30469
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/30469
[
ping
]:
../settings/usage_statistics.md#usage-ping
doc/user/admin_area/monitoring/img/convdev_index.png
View replaced file @
71ce4ab7
View file @
ee99781a
30.3 KB
|
W:
|
H:
113 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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