mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 17:26:10 -06:00
hide PSK on WirelessLinkForm
This commit is contained in:
parent
bd4168e23d
commit
47b672b220
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user