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

Merge branch 'develop' into develop-2.7

This commit is contained in:
Jeremy Stretch
2019-12-10 11:51:10 -05:00
14 changed files with 63 additions and 17 deletions

View File

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