Improved logic for recording cable path connection status

This commit is contained in:
Jeremy Stretch
2018-11-19 12:37:53 -05:00
parent 7dde370ee1
commit a324638f1f
5 changed files with 129 additions and 52 deletions

View File

@@ -237,7 +237,7 @@ class CircuitTermination(CableTermination):
)
connection_status = models.NullBooleanField(
choices=CONNECTION_STATUS_CHOICES,
default=CONNECTION_STATUS_CONNECTED
blank=True
)
port_speed = models.PositiveIntegerField(
verbose_name='Port speed (Kbps)'