mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #5225: CircuitTermination port_speed is now optional
This commit is contained in:
@@ -248,7 +248,9 @@ class CircuitTermination(PathEndpoint, CableTermination):
|
||||
related_name='circuit_terminations'
|
||||
)
|
||||
port_speed = models.PositiveIntegerField(
|
||||
verbose_name='Port speed (Kbps)'
|
||||
verbose_name='Port speed (Kbps)',
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
upstream_speed = models.PositiveIntegerField(
|
||||
blank=True,
|
||||
|
||||
Reference in New Issue
Block a user