diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 214e920b0..0bd3d2342 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -184,17 +184,16 @@ - {% with ipaddresses=iface.ip_addresses.all %} {% if ipaddresses %}
{{ ip }} | - {# Primary/status/role#} + {# Primary/status/role #}{% if device.primary_ip4 == ip or device.primary_ip6 == ip %} Primary @@ -224,7 +223,7 @@ {% endif %} | - {#VRF#} + {# VRF #}{% if ip.vrf %} {{ ip.vrf.name }} @@ -233,7 +232,7 @@ {% endif %} | - {#Description#} + {# Description #}{% if ip.description %} {{ ip.description }} @@ -242,7 +241,7 @@ {% endif %} | - {#Buttons#} + {# Buttons #}|
{{ tag.vid }} | - {#VLAN tag#} + + {# VLAN tag #}- {#VLAN status#} + + {# VLAN status #} | {{ tag.status }} | - {#VLAN name#} + + {# VLAN name #}{{ tag.name }} | - {#VLAN description#} + + {# VLAN description #}{{ tag.description }} |