mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Changelog & PEP8 cleanup for #7999
This commit is contained in:
parent
892d6b55ec
commit
b8b485af4d
@ -6,6 +6,7 @@
|
||||
|
||||
* [#7661](https://github.com/netbox-community/netbox/issues/7661) - Remove forced styling of custom banners
|
||||
* [#7665](https://github.com/netbox-community/netbox/issues/7665) - Add toggle to show only available child prefixes
|
||||
* [#7999](https://github.com/netbox-community/netbox/issues/7999) - Add 6 GHz and 60 GHz wireless channels
|
||||
* [#8057](https://github.com/netbox-community/netbox/issues/8057) - Dynamic object tables using HTMX
|
||||
* [#8080](https://github.com/netbox-community/netbox/issues/8080) - Link to NAT IPs for device/VM primary IPs
|
||||
* [#8081](https://github.com/netbox-community/netbox/issues/8081) - Allow creating services directly from navigation menu
|
||||
|
@ -83,7 +83,7 @@ class WirelessChannelChoices(ChoiceSet):
|
||||
CHANNEL_5G_173 = '5g-173-5865-20'
|
||||
CHANNEL_5G_175 = '5g-175-5875-40'
|
||||
CHANNEL_5G_177 = '5g-177-5885-20'
|
||||
|
||||
|
||||
# 6 GHz
|
||||
CHANNEL_6G_1 = '6g-1-5955-20'
|
||||
CHANNEL_6G_3 = '6g-3-5965-40'
|
||||
@ -217,7 +217,7 @@ class WirelessChannelChoices(ChoiceSet):
|
||||
CHANNEL_60G_25 = '60g-25-61560-6480'
|
||||
CHANNEL_60G_26 = '60g-26-63720-6480'
|
||||
CHANNEL_60G_27 = '60g-27-65880-6480'
|
||||
|
||||
|
||||
CHOICES = (
|
||||
(
|
||||
'2.4 GHz (802.11b/g/n/ax)',
|
||||
|
Loading…
Reference in New Issue
Block a user