You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all VLANs are displayed in the VLAN dropdown regardless of the group they are assigned to, if any. This makes it very hard to distinguish two VLANs with the same name that are a member of two different groups.
What I propose is grouping VLANs in the dropdown by their VLAN Group membership, using the simple html optgroup (or similar, but I believe django has native support for this so long as the data is formatted as such). VLAN's in the Global namespace will be grouped as 'Global' At the top of the list.
The text was updated successfully, but these errors were encountered:
Issue type: feature request
Currently, all VLANs are displayed in the VLAN dropdown regardless of the group they are assigned to, if any. This makes it very hard to distinguish two VLANs with the same name that are a member of two different groups.
What I propose is grouping VLANs in the dropdown by their VLAN Group membership, using the simple html
optgroup
(or similar, but I believe django has native support for this so long as the data is formatted as such). VLAN's in the Global namespace will be grouped as 'Global' At the top of the list.The text was updated successfully, but these errors were encountered: