diff options
author | mayaeh <mayaeh@marimo-net.org> | 2019-08-21 19:35:40 +0900 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-21 01:13:42 -0600 |
commit | 808ec5f4bafc5916e29733df8d7854f5aa493c90 (patch) | |
tree | 52369a676beffbb03b6ccf2a8195b0a3685a2de3 /app/views | |
parent | 7709d95f00580301aa0c14071b7d57e58926172e (diff) |
port tootsuite#11634 to monsterfork: Fix the whitelist mode display not being enabled in the admin dashboard
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/dashboard/index.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index 54cf9af5d..45e1e1c05 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -93,6 +93,10 @@ %li = feature_hint(t('admin.dashboard.single_user_mode'), @single_user_mode) %li + = feature_hint(t('admin.dashboard.authorized_fetch_mode'), @authorized_fetch) + %li + = feature_hint(t('admin.dashboard.whitelist_mode'), @whitelist_enabled) + %li = feature_hint('LDAP', @ldap_enabled) %li = feature_hint('CAS', @cas_enabled) |