Parcourir la source

Fixed table cell alignment for IP addresses

Jeremy Stretch il y a 7 ans
Parent
commit
d73ea54e08
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      netbox/templates/dcim/inc/interface.html

+ 1 - 1
netbox/templates/dcim/inc/interface.html

@@ -118,7 +118,7 @@
         {% if selectable and perms.dcim.change_interface or perms.dcim.delete_interface %}
         {% if selectable and perms.dcim.change_interface or perms.dcim.delete_interface %}
             <td></td>
             <td></td>
         {% endif %}
         {% endif %}
-        <td colspan="2">
+        <td colspan="3">
             <a href="{% url 'ipam:ipaddress' pk=ip.pk %}">{{ ip }}</a>
             <a href="{% url 'ipam:ipaddress' pk=ip.pk %}">{{ ip }}</a>
             {% if ip.description %}
             {% if ip.description %}
                 <i class="fa fa-fw fa-comment-o" title="{{ ip.description }}"></i>
                 <i class="fa fa-fw fa-comment-o" title="{{ ip.description }}"></i>