diff --git a/netbox/wireless/forms/model_forms.py b/netbox/wireless/forms/model_forms.py index 57dd45b76..b1a47137d 100644 --- a/netbox/wireless/forms/model_forms.py +++ b/netbox/wireless/forms/model_forms.py @@ -208,6 +208,7 @@ class WirelessLinkForm(TenancyForm, NetBoxModelForm): 'status': StaticSelect, 'auth_type': StaticSelect, 'auth_cipher': StaticSelect, + 'auth_psk': PasswordInput(attrs={'data-toggle': 'password'}), } labels = { 'auth_type': 'Type',