mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-09 21:32:17 -06:00
Remove link peer fields from cable termination models
This commit is contained in:
@@ -1226,7 +1226,8 @@ class CableEndChoices(ChoiceSet):
|
||||
|
||||
CHOICES = (
|
||||
(SIDE_A, 'A'),
|
||||
(SIDE_B, 'B')
|
||||
(SIDE_B, 'B'),
|
||||
('', ''),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user