Skip to content

Commit

Permalink
Fix the whitelist mode display not being enabled in the admin dashboa…
Browse files Browse the repository at this point in the history
  • Loading branch information
mayaeh authored and hiyuki2578 committed Oct 2, 2019
1 parent 473aab3 commit f6947de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/dashboard/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
%li
= feature_hint(t('admin.dashboard.authorized_fetch_mode'), @authorized_fetch)
%li
= feature_hint(t('admin.dashboard.whitelist_mode'), @whitelist_mode)
= feature_hint(t('admin.dashboard.whitelist_mode'), @whitelist_enabled)
%li
= feature_hint('LDAP', @ldap_enabled)
%li
Expand Down

0 comments on commit f6947de

Please sign in to comment.