瀏覽代碼

Merge pull request #3133 from shanemadden/cable_circuit_endpoint_choice

Fixes: #3132: Add circuittermination to the choices API for cable endpoints
Jeremy Stretch 6 年之前
父節點
當前提交
d50acb39dd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/dcim/constants.py

+ 1 - 1
netbox/dcim/constants.py

@@ -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