From dd4d1aa43c0dcf4b36154bb5853635ded17e1e0a Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 16 Nov 2022 10:23:29 -0500 Subject: [PATCH] Omit backplane cable type --- netbox/dcim/choices.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/netbox/dcim/choices.py b/netbox/dcim/choices.py index d89076731..14ddc9930 100644 --- a/netbox/dcim/choices.py +++ b/netbox/dcim/choices.py @@ -1268,7 +1268,6 @@ class CableTypeChoices(ChoiceSet): TYPE_SMF_OS2 = 'smf-os2' TYPE_AOC = 'aoc' TYPE_POWER = 'power' - TYPE_BACKPLANE = 'backplane' CHOICES = ( ( @@ -1285,7 +1284,6 @@ class CableTypeChoices(ChoiceSet): (TYPE_DAC_PASSIVE, 'Direct Attach Copper (Passive)'), (TYPE_MRJ21_TRUNK, 'MRJ21 Trunk'), (TYPE_COAXIAL, 'Coaxial'), - (TYPE_BACKPLANE, 'Directly connected (Backplane)'), ), ), (