mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 09:08:15 -06:00
15106 fix form
This commit is contained in:
parent
31ae1daab6
commit
ef0cc744cd
@ -159,7 +159,7 @@ class WirelessLinkForm(TenancyForm, NetBoxModelForm):
|
||||
fieldsets = (
|
||||
FieldSet('site_a', 'location_a', 'device_a', 'interface_a', name=_('Side A')),
|
||||
FieldSet('site_b', 'location_b', 'device_b', 'interface_b', name=_('Side B')),
|
||||
FieldSet('status', 'ssid', 'length', 'length_unit', 'description', 'tags', name=_('Link')),
|
||||
FieldSet('status', 'ssid', 'distance', 'distance_unit', 'description', 'tags', name=_('Link')),
|
||||
FieldSet('tenant_group', 'tenant', name=_('Tenancy')),
|
||||
FieldSet('auth_type', 'auth_cipher', 'auth_psk', name=_('Authentication')),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user