File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1010* [ #7118 ] ( https://github.com/netbox-community/netbox/issues/7118 ) - Render URL custom fields as hyperlinks in object tables
1111* [ #7323 ] ( https://github.com/netbox-community/netbox/issues/7323 ) - Add serial filter field for racks & devices
1212* [ #7372 ] ( https://github.com/netbox-community/netbox/issues/7372 ) - Link to local docs for model from object add/edit views
13+ * [ #7389 ] ( https://github.com/netbox-community/netbox/issues/7389 ) - Linkify tenant group in tenants list
1314
1415### Bug Fixes
1516
Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ class TenantTable(BaseTable):
6868 name = tables .Column (
6969 linkify = True
7070 )
71+ group = tables .Column (
72+ linkify = True
73+ )
7174 comments = MarkdownColumn ()
7275 tags = TagColumn (
7376 url_name = 'tenancy:tenant_list'
You can’t perform that action at this time.
0 commit comments