mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-27 03:09:31 +02:00
Converted Circuit port_speed to PositiveIntegerField
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<a href="{% url 'dcim:device' pk=c.interface.device.pk %}">{{ c.interface.device }}</a>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ c.get_port_speed_display }}</td>
|
||||
<td>{{ c.port_speed }} Kbps</td>
|
||||
</tr>
|
||||
{% empty %}
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user