-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Description
NetBox version
v3.0.11-dev
Feature type
New functionality
Proposed functionality
Make the VLAN name in the VLANs list view and the VLAN Group > VLANs table clickable to access the VLAN detail page.
I believe this is simply a matter of adding the following snippet to VLANTable in netbox/ipam/tables/vlans.py
name = tables.Column(
linkify=True
)
Use case
Currently, only the VLAN ID is clickable. This can be a decently small target for the mouse cursor. By making the VLAN name clickable as well, it's easier to click through to a specific VLAN.
Database changes
No response
External dependencies
No response
PieterL75
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application