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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
142b65c7
Commit
142b65c7
authored
6 years ago
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove instance statistics links from admin pages
parent
61b0e8ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
app/views/layouts/nav/sidebar/_admin.html.haml
app/views/layouts/nav/sidebar/_admin.html.haml
+2
-10
No files found.
app/views/layouts/nav/sidebar/_admin.html.haml
View file @
142b65c7
...
...
@@ -7,14 +7,14 @@
.sidebar-context-title
=
_
(
'Admin Area'
)
%ul
.sidebar-top-level-items
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners gitaly_servers
cohorts conversational_development_index
)
,
html_options:
{
class:
'home'
})
do
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners gitaly_servers)
,
html_options:
{
class:
'home'
})
do
=
link_to
admin_root_path
,
class:
'shortcuts-tree'
do
.nav-icon-container
=
sprite_icon
(
'overview'
)
%span
.nav-item-name
=
_
(
'Overview'
)
%ul
.sidebar-sub-level-items
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners gitaly_servers
cohorts conversational_development_index
)
,
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners gitaly_servers)
,
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
link_to
admin_root_path
do
%strong
.fly-out-top-item-name
=
_
(
'Overview'
)
...
...
@@ -47,14 +47,6 @@
=
link_to
admin_gitaly_servers_path
,
title:
'Gitaly Servers'
do
%span
=
_
(
'Gitaly Servers'
)
=
nav_link
path:
'cohorts#index'
do
=
link_to
instance_statistics_cohorts_path
,
title:
_
(
'Cohorts'
)
do
%span
=
_
(
'Cohorts'
)
=
nav_link
(
controller: :conversational_development_index
)
do
=
link_to
instance_statistics_conversational_development_index_index_path
,
title:
_
(
'ConvDev Index'
)
do
%span
=
_
(
'ConvDev Index'
)
=
nav_link
(
controller:
%w(system_info background_jobs logs health_check requests_profiles)
)
do
=
link_to
admin_system_info_path
do
...
...
This diff is collapsed.
Click to expand it.
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