mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#11584: Linkify assigment counts in contacts table
This commit is contained in:
@ -58,7 +58,9 @@ class ContactTable(NetBoxTable):
|
||||
linkify=linkify_phone,
|
||||
)
|
||||
comments = columns.MarkdownColumn()
|
||||
assignment_count = tables.Column(
|
||||
assignment_count = columns.LinkedCountColumn(
|
||||
viewname='tenancy:contactassignment_list',
|
||||
url_params={'contact_id': 'pk'},
|
||||
verbose_name='Assignments'
|
||||
)
|
||||
tags = columns.TagColumn(
|
||||
|
Reference in New Issue
Block a user