Interface.type to slug (#3569)

This commit is contained in:
Jeremy Stretch
2019-11-21 22:11:02 -05:00
parent 180d3d0029
commit 5f5081f719
13 changed files with 189 additions and 283 deletions

View File

@@ -107,7 +107,7 @@ class DeviceFaceChoices(ChoiceSet):
#
# Console port type values
# ConsolePorts
#
class ConsolePortTypeChoices(ChoiceSet):
@@ -148,7 +148,7 @@ class ConsolePortTypeChoices(ChoiceSet):
#
# Power port types
# PowerPorts
#
class PowerPortTypeChoices(ChoiceSet):
@@ -235,7 +235,7 @@ class PowerPortTypeChoices(ChoiceSet):
#
# Power outlet types
# PowerOutlets
#
class PowerOutletTypeChoices(ChoiceSet):
@@ -322,7 +322,7 @@ class PowerOutletTypeChoices(ChoiceSet):
#
# Interface type values
# Interfaces
#
class InterfaceTypeChoices(ChoiceSet):
@@ -624,7 +624,7 @@ class InterfaceTypeChoices(ChoiceSet):
#
# Port type values
# FrontPorts/RearPorts
#
class PortTypeChoices(ChoiceSet):