mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Sort device IPs by address rather than by interface
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<tr>
|
||||
<td>{{ ip.interface }}</td>
|
||||
<td>
|
||||
<a href="{% url 'ipam:ipaddress' pk=ip.pk %}">{{ ip }}</a>
|
||||
</td>
|
||||
<td>{{ ip.interface }}</td>
|
||||
<td>
|
||||
{% if device.primary_ip == ip %}
|
||||
<span class="label label-success">Primary</span>
|
||||
|
Reference in New Issue
Block a user