Parcourir la source

Fix connected interface template rendering...

Nick Peelman il y a 9 ans
Parent
commit
dc847ce4d6
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      netbox/templates/dcim/inc/_interface.html

+ 1 - 2
netbox/templates/dcim/inc/_interface.html

@@ -11,8 +11,7 @@
         {% with iface.get_connected_interface as connected_iface %}
             <td>
                 <a href="{% url 'dcim:device' pk=connected_iface.device.pk %}">{{ connected_iface.device }}</a>
-            </td>
-            <td>
+                &Colon;
                 <span title="{{ connected_iface.get_form_factor_display }}">{{ connected_iface }}</span>
             </td>
         {% endwith %}