From b9508832546bb1d7a8c9a84e501f72c137057606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Posp=C3=AD=C5=A1ek?= Date: Sat, 15 Sep 2018 18:33:27 +0200 Subject: [PATCH] Display "Access VLAN" on hover in interfaces list This is very useful for us. That way we can see at once what Access VLAN a interfaces is connected to. Originally I also wanted to display Tagged VLANs in the hover, but I couldn't find out how to do it. We'd be very happy if you'd include this feature. Thanks a log for netbox! --- netbox/templates/dcim/inc/interface.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 44da7cbc2..bdbb34990 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -9,7 +9,8 @@ {# Icon and name #} - + {{ iface }}