Fix the whitelist mode display not being enabled in the admin dashboard (#11634)
parent
db5c84ce4b
commit
2a49f9f5f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue