Fixed table cell alignment for IP addresses

This commit is contained in:
Jeremy Stretch 2017-07-17 13:55:20 -04:00
parent e9ea687661
commit 6a0a89ffc9

View File

@ -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>