mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-24 02:11:50 +01:00
Remove choices from rf_channel_width
This commit is contained in:
@@ -480,10 +480,8 @@ class InterfaceCreateForm(ComponentCreateForm, InterfaceCommonForm):
|
||||
widget=StaticSelect(),
|
||||
label='Wireless channel'
|
||||
)
|
||||
rf_channel_width = forms.ChoiceField(
|
||||
choices=add_blank_choice(WirelessChannelWidthChoices),
|
||||
rf_channel_width = forms.IntegerField(
|
||||
required=False,
|
||||
widget=StaticSelect(),
|
||||
label='Channel width'
|
||||
)
|
||||
untagged_vlan = DynamicModelChoiceField(
|
||||
|
||||
Reference in New Issue
Block a user