From f913c13009747c4f850b91d8272e207ede406289 Mon Sep 17 00:00:00 2001 From: gorban Date: Mon, 17 Feb 2020 15:17:08 +0300 Subject: [PATCH] in device view added 'show vlan' button to interface table --- netbox/templates/dcim/inc/interface.html | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 1f3529b8f..c275dfd65 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -38,23 +38,6 @@ {% endfor %} - {#Tagged ports#} -{# #} -{# {% if iface.tagged_vlans.all %}#} -{# {% for tag in iface.tagged_vlans.all %}#} -{# {{ tag }}#} -{#
#} -{# {% endfor %}#} -{# {% endif %}#} -{# #} -{##} - {#Untagged ports#} -{# #} -{# {% if iface.untagged_vlan %}#} -{# {{ iface.untagged_vlan }}#} -{# {% endif %}#} -{# #} - {# MTU #} {{ iface.mtu|default:"—" }}