From 9a6f06c97911c5c423f7930f235ce737c7fae0ae Mon Sep 17 00:00:00 2001 From: gorban Date: Wed, 12 Feb 2020 12:53:39 +0300 Subject: [PATCH] replaced columns status and name in interface table --- netbox/templates/dcim/inc/interface.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 90ed3d0c1..998fad9ac 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -293,11 +293,11 @@ - + - - + + @@ -308,19 +308,19 @@ - {# VLAN tag status #} + {# VLAN tag #} - {# VLAN name #} - {# VLAN status #} + {# VLAN name #} + {# VLAN description #} {% endif %} @@ -341,13 +341,13 @@
  • - {# VLAN name #} - {# VLAN status #} + {# VLAN name #} + {# VLAN description #}
    IDID TaggedName StatusDescriptionNameDescription
    {{ iface.untagged_vlan.id }}
  • {{ iface.untagged_vlan.name }} {{ iface.untagged_vlan.status }} {{ iface.untagged_vlan.name }}{{ iface.untagged_vlan.description }} {{ tag.name }} {{ tag.status }} {{ tag.name }}{{ tag.description }}