mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-16 12:38:17 -06:00
Fix user preference selection
This commit is contained in:
parent
4c92397d71
commit
ec364c6fc2
@ -26,8 +26,8 @@ PREFERENCES = {
|
|||||||
'ui.htmx_navigation': UserPreference(
|
'ui.htmx_navigation': UserPreference(
|
||||||
label=_('HTMX Navigation'),
|
label=_('HTMX Navigation'),
|
||||||
choices=(
|
choices=(
|
||||||
|
('', _('Disabled')),
|
||||||
('true', _('Enabled')),
|
('true', _('Enabled')),
|
||||||
('false', _('Disabled')),
|
|
||||||
),
|
),
|
||||||
default=False
|
default=False
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user