mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Merge pull request #5342 from JonathonReinhart/5337-add-splice-rearport-type
Closes #5337: Add "splice" port type
This commit is contained in:
commit
42c29d0f45
@ -830,6 +830,7 @@ class PortTypeChoices(ChoiceSet):
|
|||||||
TYPE_MPO = 'mpo'
|
TYPE_MPO = 'mpo'
|
||||||
TYPE_LSH = 'lsh'
|
TYPE_LSH = 'lsh'
|
||||||
TYPE_LSH_APC = 'lsh-apc'
|
TYPE_LSH_APC = 'lsh-apc'
|
||||||
|
TYPE_SPLICE = 'splice'
|
||||||
|
|
||||||
CHOICES = (
|
CHOICES = (
|
||||||
(
|
(
|
||||||
@ -857,6 +858,7 @@ class PortTypeChoices(ChoiceSet):
|
|||||||
(TYPE_SC, 'SC'),
|
(TYPE_SC, 'SC'),
|
||||||
(TYPE_SC_APC, 'SC/APC'),
|
(TYPE_SC_APC, 'SC/APC'),
|
||||||
(TYPE_ST, 'ST'),
|
(TYPE_ST, 'ST'),
|
||||||
|
(TYPE_SPLICE, 'Splice'),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user