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

Added instance count to DeviceType view

This commit is contained in:
Jeremy Stretch
2016-10-19 15:56:15 -04:00
parent 4405bc4182
commit 4d40c015e4

View File

@ -72,6 +72,10 @@
{% endif %}
</td>
</tr>
<tr>
<td>Instances</td>
<td><a href="{% url 'dcim:device_list' %}?device_type_id={{ devicetype.pk }}">{{ devicetype.instances.count }}</a></td>
</tr>
</table>
</div>
<div class="panel panel-default">