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

@@ -101,16 +101,6 @@
{% endif %}
</td>
</tr>
<tr>
<td>SNMP String (RO)</td>
<td>
{% if device.ro_snmp %}
<span>{{ device.ro_snmp }}</span>
{% else %}
<span class="text-muted">Not defined</span>
{% endif %}
</td>
</tr>
</table>
</div>
{% if request.user.is_authenticated %}