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

Removed Device.ro_snmp

This commit is contained in:
Jeremy Stretch
2016-05-19 11:34:38 -04:00
parent b9e4f30177
commit d6cd3428f6
11 changed files with 33 additions and 32 deletions

View File

@@ -10,7 +10,6 @@
<td>{{ device.device_type }}</td>
<td>{{ device.device_role }}</td>
<td>{{ device.serial }}</td>
<td>{{ device.ro_snmp }}</td>
</tr>
{% endfor %}
{% endblock %}