mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Fix configuration key for WirelessLANStatusChoices
This commit is contained in:
parent
97aa40f7a8
commit
2b12138c41
@ -70,6 +70,7 @@ The following model fields support configurable choices:
|
||||
* `ipam.VLAN.status`
|
||||
* `virtualization.Cluster.status`
|
||||
* `virtualization.VirtualMachine.status`
|
||||
* `wireless.WirelessLAN.status`
|
||||
|
||||
The following colors are supported:
|
||||
|
||||
|
@ -14,7 +14,7 @@ class WirelessRoleChoices(ChoiceSet):
|
||||
|
||||
|
||||
class WirelessLANStatusChoices(ChoiceSet):
|
||||
key = 'WirelessLANS.status'
|
||||
key = 'WirelessLAN.status'
|
||||
|
||||
STATUS_ACTIVE = 'active'
|
||||
STATUS_RESERVED = 'reserved'
|
||||
|
Loading…
Reference in New Issue
Block a user