Converted Circuit port_speed to PositiveIntegerField

This commit is contained in:
Jeremy Stretch
2016-06-20 15:33:26 -04:00
parent 10486f0a99
commit c456248e0c
6 changed files with 34 additions and 28 deletions

View File

@@ -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>