Skip to content

Linkify VLAN name in VLAN tables #7885

@rhyser9

Description

@rhyser9

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

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions