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
bd2e41aa
Commit
bd2e41aa
authored
Jun 29, 2018
by
Brett Walker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
namespace partial paths on dashboard
parent
e325367a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
app/views/admin/dashboard/index.html.haml
app/views/admin/dashboard/index.html.haml
+4
-4
changelogs/unreleased/bw-fix-ee-dashboard.yml
changelogs/unreleased/bw-fix-ee-dashboard.yml
+5
-0
No files found.
app/views/admin/dashboard/index.html.haml
View file @
bd2e41aa
...
...
@@ -2,7 +2,7 @@
-
breadcrumb_title
"Dashboard"
%div
{
class:
container_class
}
=
render_if_exists
"admin/licenses/breakdown"
,
license:
@license
=
render_if_exists
'admin/licenses/breakdown'
,
license:
@license
.admin-dashboard.prepend-top-default
.row
...
...
@@ -22,7 +22,7 @@
%h3
.text-center
Users:
=
approximate_count_with_delimiters
(
@counts
,
User
)
=
render_if_exists
'users_statistics'
=
render_if_exists
'
admin/dashboard/
users_statistics'
%hr
=
link_to
'New user'
,
new_admin_user_path
,
class:
"btn btn-new"
.col-sm-4
...
...
@@ -101,7 +101,7 @@
%span
.light.float-right
=
boolean_to_icon
Gitlab
::
IncomingEmail
.
enabled?
=
render_if_exists
'elastic_and_geo'
=
render_if_exists
'
admin/dashboard/
elastic_and_geo'
-
container_reg
=
"Container Registry"
%p
{
"aria-label"
=>
"#{container_reg}: status "
+
(
Gitlab
.
config
.
registry
.
enabled
?
"on"
:
"off"
)
}
...
...
@@ -151,7 +151,7 @@
%span
.float-right
=
Gitlab
::
Pages
::
VERSION
=
render_if_exists
'geo'
=
render_if_exists
'
admin/dashboard/
geo'
%p
Ruby
...
...
changelogs/unreleased/bw-fix-ee-dashboard.yml
0 → 100644
View file @
bd2e41aa
---
title
:
Restore showing Elasticsearch and Geo status on dashboard
merge_request
:
20276
author
:
type
:
fixed
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