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:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user