mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-18 19:32:24 -06:00
Fix configuration key for WirelessLANStatusChoices
This commit is contained in:
@@ -14,7 +14,7 @@ class WirelessRoleChoices(ChoiceSet):
|
||||
|
||||
|
||||
class WirelessLANStatusChoices(ChoiceSet):
|
||||
key = 'WirelessLANS.status'
|
||||
key = 'WirelessLAN.status'
|
||||
|
||||
STATUS_ACTIVE = 'active'
|
||||
STATUS_RESERVED = 'reserved'
|
||||
|
||||
Reference in New Issue
Block a user