Clickable Tenant Group in Tenant list view #5439

Closed
opened 2025-12-29 19:28:01 +01:00 by adam · 1 comment
Owner

Originally created by @hagbarddenstore on GitHub (Sep 28, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.0.3

Feature type

Change to existing functionality

Proposed functionality

The Tenant Group column should be a LinkColumn instead of just a text column. (It works like this for other models in their list views)

Use case

UX improvement

Database changes

None

External dependencies

None

Originally created by @hagbarddenstore on GitHub (Sep 28, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.0.3 ### Feature type Change to existing functionality ### Proposed functionality The Tenant Group column should be a LinkColumn instead of just a text column. (It works like this for other models in their list views) ### Use case UX improvement ### Database changes None ### External dependencies None
adam added the status: acceptedtype: feature labels 2025-12-29 19:28:01 +01:00
adam closed this issue 2025-12-29 19:28:01 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 28, 2021):

should be a LinkColumn

Just an FYI, LinkColumn is deprecated. The recommended approach now per django-tables2 is to use Column(linkify=True).

@jeremystretch commented on GitHub (Sep 28, 2021): > should be a LinkColumn Just an FYI, LinkColumn is deprecated. The recommended approach now per django-tables2 is to use `Column(linkify=True)`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5439