mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
* contact link as hyperlink * fix(lint) add missing blank lines * simplify by using lambda function
This commit is contained in:
parent
c1074b6c8e
commit
b74ec7854d
@ -126,7 +126,8 @@ class ContactAssignmentTable(NetBoxTable):
|
|||||||
)
|
)
|
||||||
contact_link = tables.Column(
|
contact_link = tables.Column(
|
||||||
accessor=Accessor('contact__link'),
|
accessor=Accessor('contact__link'),
|
||||||
verbose_name=_('Contact Link')
|
verbose_name=_('Contact Link'),
|
||||||
|
linkify=lambda value: value,
|
||||||
)
|
)
|
||||||
contact_description = tables.Column(
|
contact_description = tables.Column(
|
||||||
accessor=Accessor('contact__description'),
|
accessor=Accessor('contact__description'),
|
||||||
|
Loading…
Reference in New Issue
Block a user