Additional column for compact view of tagged vlans in device interface list #17751
jakobsen-lrz
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
the current view of tagged vlans in the device interface list is too unwieldy for our use, as we have switches and similar devices with sometimes hundreds of vlans per interface, and the newly added change that the list is external when it contains more than 3 vlans, is also impractical for our use case.
So i had the idea to add an additional column to the table that displays the vlans more compactly, by only showing the VID and having multiple vlans per line. Is this viable to be added to netbox?
I implemented this myself, by adding an additional Template Column to BaseInterfaceTable in
./netbox/dcim/tables/devices.py
, and adding a new Template for rendering. I also tested it on our netbox instance and i couldnt see any problems with it.Beta Was this translation helpful? Give feedback.
All reactions