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
Boxiang Sun
gitlab-ce
Commits
997453ce
Commit
997453ce
authored
Jul 11, 2018
by
Gabriel Mazetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Gitaly Servers to Admin > Overview menu
parent
7a3a52b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
app/views/layouts/nav/sidebar/_admin.html.haml
app/views/layouts/nav/sidebar/_admin.html.haml
+6
-2
changelogs/unreleased/49114-add-gitaly-servers-to-admin-overview-navigation-menu.yml
...-add-gitaly-servers-to-admin-overview-navigation-menu.yml
+5
-0
No files found.
app/views/layouts/nav/sidebar/_admin.html.haml
View file @
997453ce
...
@@ -6,14 +6,14 @@
...
@@ -6,14 +6,14 @@
=
sprite_icon
(
'admin'
,
size:
24
)
=
sprite_icon
(
'admin'
,
size:
24
)
.sidebar-context-title
Admin Area
.sidebar-context-title
Admin Area
%ul
.sidebar-top-level-items
%ul
.sidebar-top-level-items
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners cohorts conversational_development_index)
,
html_options:
{
class:
'home'
})
do
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners
gitaly_servers
cohorts conversational_development_index)
,
html_options:
{
class:
'home'
})
do
=
link_to
admin_root_path
,
class:
'shortcuts-tree'
do
=
link_to
admin_root_path
,
class:
'shortcuts-tree'
do
.nav-icon-container
.nav-icon-container
=
sprite_icon
(
'overview'
)
=
sprite_icon
(
'overview'
)
%span
.nav-item-name
%span
.nav-item-name
Overview
Overview
%ul
.sidebar-sub-level-items
%ul
.sidebar-sub-level-items
=
nav_link
(
controller:
%w(dashboard admin projects users groups jobs runners 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
cohorts conversational_development_index)
,
html_options:
{
class:
"fly-out-top-item"
}
)
do
=
link_to
admin_root_path
do
=
link_to
admin_root_path
do
%strong
.fly-out-top-item-name
%strong
.fly-out-top-item-name
#{
_
(
'Overview'
)
}
#{
_
(
'Overview'
)
}
...
@@ -42,6 +42,10 @@
...
@@ -42,6 +42,10 @@
=
link_to
admin_runners_path
,
title:
'Runners'
do
=
link_to
admin_runners_path
,
title:
'Runners'
do
%span
%span
Runners
Runners
=
nav_link
(
controller: :gitaly_servers
)
do
=
link_to
admin_gitaly_servers_path
,
title:
'Gitaly Servers'
do
%span
Gitaly Servers
=
nav_link
path:
'cohorts#index'
do
=
nav_link
path:
'cohorts#index'
do
=
link_to
admin_cohorts_path
,
title:
'Cohorts'
do
=
link_to
admin_cohorts_path
,
title:
'Cohorts'
do
%span
%span
...
...
changelogs/unreleased/49114-add-gitaly-servers-to-admin-overview-navigation-menu.yml
0 → 100644
View file @
997453ce
---
title
:
Gitaly Servers link into Admin > Overview navigation menu
merge_request
:
20550
author
:
type
:
added
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