Skip to content

Commit

Permalink
Closes: #65 - Linkify Device name on SupportContractAssignment table
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Jan 31, 2025
1 parent 7541a44 commit a2a8893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_lifecycle/tables/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class SupportContractAssignmentTable(NetBoxTable):
device_name = tables.Column(
verbose_name=_('Device Name'),
accessor='device__name',
linkify=False,
linkify=True,
orderable=True,
)
device_serial = tables.Column(
Expand Down

0 comments on commit a2a8893

Please sign in to comment.