1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Merge pull request #3133 from shanemadden/cable_circuit_endpoint_choice

Fixes: #3132: Add circuittermination to the choices API for cable endpoints
This commit is contained in:
Jeremy Stretch
2019-05-02 11:39:18 -04:00
committed by GitHub

View File

@ -360,7 +360,7 @@ CONNECTION_STATUS_CHOICES = [
# Cable endpoint types
CABLE_TERMINATION_TYPES = [
'consoleport', 'consoleserverport', 'interface', 'poweroutlet', 'powerport', 'frontport', 'rearport',
'consoleport', 'consoleserverport', 'interface', 'poweroutlet', 'powerport', 'frontport', 'rearport', 'circuittermination',
]
# Cable types