hide PSK on WirelessLinkForm

This commit is contained in:
Austin de Coup-Crank 2023-03-28 11:16:21 -05:00
parent bd4168e23d
commit 47b672b220

View File

@ -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',