Browse Source

Fixed table cell alignment for IP addresses

Jeremy Stretch 7 years ago
parent
commit
d73ea54e08
1 changed files with 1 additions and 1 deletions
  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 %}
             <td></td>
         {% endif %}
-        <td colspan="2">
+        <td colspan="3">
             <a href="{% url 'ipam:ipaddress' pk=ip.pk %}">{{ ip }}</a>
             {% if ip.description %}
                 <i class="fa fa-fw fa-comment-o" title="{{ ip.description }}"></i>