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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
0657e14a
Commit
0657e14a
authored
Dec 10, 2019
by
Dmitriy Zaporozhets
Committed by
Paul Slaughter
Dec 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add doc links for features on admin dashboard
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
740dd848
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
5 deletions
+20
-5
app/views/admin/dashboard/index.html.haml
app/views/admin/dashboard/index.html.haml
+6
-3
changelogs/unreleased/35368-add-doc-links-to-all-features-2.yml
...logs/unreleased/35368-add-doc-links-to-all-features-2.yml
+5
-0
ee/app/views/admin/dashboard/_elastic_and_geo.html.haml
ee/app/views/admin/dashboard/_elastic_and_geo.html.haml
+9
-2
No files found.
app/views/admin/dashboard/index.html.haml
View file @
0657e14a
...
...
@@ -46,7 +46,8 @@
enabled:
allow_signup?
)
=
feature_entry
(
_
(
'LDAP'
),
enabled:
Gitlab
.
config
.
ldap
.
enabled
)
enabled:
Gitlab
.
config
.
ldap
.
enabled
,
doc_href:
help_page_path
(
'administration/auth/ldap'
))
=
feature_entry
(
_
(
'Gravatar'
),
href:
admin_application_settings_path
(
anchor:
'js-account-settings'
),
...
...
@@ -54,10 +55,12 @@
=
feature_entry
(
_
(
'OmniAuth'
),
href:
admin_application_settings_path
(
anchor:
'js-signin-settings'
),
enabled:
Gitlab
::
Auth
.
omniauth_enabled?
)
enabled:
Gitlab
::
Auth
.
omniauth_enabled?
,
doc_href:
help_page_path
(
'integration/omniauth'
))
=
feature_entry
(
_
(
'Reply by email'
),
enabled:
Gitlab
::
IncomingEmail
.
enabled?
)
enabled:
Gitlab
::
IncomingEmail
.
enabled?
,
doc_href:
help_page_path
(
'administration/reply_by_email'
))
=
render_if_exists
'admin/dashboard/elastic_and_geo'
...
...
changelogs/unreleased/35368-add-doc-links-to-all-features-2.yml
0 → 100644
View file @
0657e14a
---
title
:
Add doc links to features on admin dashboard
merge_request
:
21419
author
:
type
:
changed
ee/app/views/admin/dashboard/_elastic_and_geo.html.haml
View file @
0657e14a
=
feature_entry
(
_
(
'Elasticsearch'
),
href:
admin_application_settings_path
(
anchor:
'js-elasticsearch-settings'
),
enabled:
Gitlab
::
CurrentSettings
.
elasticsearch_search?
)
=
feature_entry
(
_
(
'Geo'
),
href:
admin_geo_nodes_path
,
enabled:
Gitlab
::
Geo
.
enabled?
)
=
feature_entry
(
_
(
'Elasticsearch'
),
href:
admin_application_settings_path
(
anchor:
'js-elasticsearch-settings'
),
doc_href:
help_page_path
(
'integration/elasticsearch'
),
enabled:
Gitlab
::
CurrentSettings
.
elasticsearch_search?
)
=
feature_entry
(
_
(
'Geo'
),
href:
admin_geo_nodes_path
,
doc_href:
help_page_path
(
'administration/geo/replication/index'
),
enabled:
Gitlab
::
Geo
.
enabled?
)
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