1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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

@@ -9,7 +9,7 @@
<td><a href="{% url 'circuits:circuit' pk=circuit.pk %}">{{ circuit }}</a></td>
<td>{{ circuit.type }}</td>
<td>{{ circuit.provider }}</td>
<td>{{ circuit.port_speed }}</td>
<td>{{ circuit.port_speed }} Kbps</td>
<td>{{ circuit.commit_rate }}</td>
</tr>
{% endfor %}