mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add status field to WirelessLink
This commit is contained in:
@@ -1030,7 +1030,7 @@ class PortTypeChoices(ChoiceSet):
|
||||
|
||||
|
||||
#
|
||||
# Cables
|
||||
# Cables/links
|
||||
#
|
||||
|
||||
class CableTypeChoices(ChoiceSet):
|
||||
@@ -1094,7 +1094,7 @@ class CableTypeChoices(ChoiceSet):
|
||||
)
|
||||
|
||||
|
||||
class CableStatusChoices(ChoiceSet):
|
||||
class LinkStatusChoices(ChoiceSet):
|
||||
|
||||
STATUS_CONNECTED = 'connected'
|
||||
STATUS_PLANNED = 'planned'
|
||||
|
Reference in New Issue
Block a user