Explorar el Código

Removes IP address check for NAPALM in HTML

Josh VanDeraa hace 5 años
padre
commit
3fd3c7a383
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      netbox/templates/dcim/device.html

+ 0 - 2
netbox/templates/dcim/device.html

@@ -108,8 +108,6 @@
                 {% include 'dcim/inc/device_napalm_tabs.html' with disabled_message='No platform assigned to this device' %}
             {% elif not device.platform.napalm_driver %}
                 {% include 'dcim/inc/device_napalm_tabs.html' with disabled_message='No NAPALM driver assigned for this platform' %}
-            {% elif not device.primary_ip %}
-                {% include 'dcim/inc/device_napalm_tabs.html' with disabled_message='No primary IP address assigned to this device' %}
             {% else %}
                 {% include 'dcim/inc/device_napalm_tabs.html' %}
             {% endif %}