mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Remove choices from rf_channel_width
This commit is contained in:
@ -538,10 +538,9 @@ class Interface(ComponentModel, BaseInterface, LinkTermination, PathEndpoint):
|
||||
verbose_name='Wireless channel'
|
||||
)
|
||||
rf_channel_width = models.PositiveSmallIntegerField(
|
||||
choices=WirelessChannelWidthChoices,
|
||||
blank=True,
|
||||
null=True,
|
||||
verbose_name='Channel width'
|
||||
verbose_name='Channel width (kHz)'
|
||||
)
|
||||
wireless_link = models.ForeignKey(
|
||||
to='wireless.WirelessLink',
|
||||
|
Reference in New Issue
Block a user