Skip to content

Commit

Permalink
Closes: #64 - Linkify Device name on SupportContractAssignment table (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps authored Jan 31, 2025
2 parents 4f5713c + a2a8893 commit f43b1d5
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 @@ -77,7 +77,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 f43b1d5

Please sign in to comment.