Skip to content
Snippets Groups Projects
Commit 0151eb59 authored by Bryce Johnson's avatar Bryce Johnson
Browse files

Correctly link ConvDev Index nav links to its controller.

parent 2f46c3a8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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')
Loading
Loading
@@ -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') }
Loading
Loading
@@ -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
Loading
Loading
---
title: Fix ConvDev Index nav item and Monitoring submenu regression
merge_request: !14124
author:
type: fixed
Loading
Loading
@@ -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

30.3 KiB | W: 1200px | H: 537px

doc/user/admin_area/monitoring/img/convdev_index.png

113 KiB | W: 1383px | H: 556px

doc/user/admin_area/monitoring/img/convdev_index.png
doc/user/admin_area/monitoring/img/convdev_index.png
doc/user/admin_area/monitoring/img/convdev_index.png
doc/user/admin_area/monitoring/img/convdev_index.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment