Closes #1679: Added IP address roles to device/VM interface lists

This commit is contained in:
Jeremy Stretch 2017-11-03 17:00:08 -04:00
parent 5d19a9f50f
commit 73cd76932a

View File

@ -150,6 +150,9 @@
<span class="label label-success">Primary</span>
{% endif %}
<span class="label label-{{ ip.get_status_class }}">{{ ip.get_status_display }}</span>
{% if ip.role %}
<span class="label label-{{ ip.get_role_class }}">{{ ip.get_role_display }}</span>
{% endif %}
</td>
{# VRF #}