about summary refs log tree commit diff
path: root/app/views/admin/dashboard/index.html.haml
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2019-08-21 19:35:40 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-08-21 12:35:40 +0200
commite9c3d1ef4603dfee19a59974771cb505ecfc3d29 (patch)
treebd15904d10b22e2489041fcf9d63163de50e387c /app/views/admin/dashboard/index.html.haml
parentd857d0d14d273648bad5a88ce3391d6e15592039 (diff)
Fix the whitelist mode display not being enabled in the admin dashboard (#11634)
Diffstat (limited to 'app/views/admin/dashboard/index.html.haml')
-rw-r--r--app/views/admin/dashboard/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index 2fe1feb55..f044d9f86 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -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