mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Linkify circuit terminations in table
This commit is contained in:
@@ -84,9 +84,11 @@ class CircuitTable(BaseTable):
|
||||
status = ChoiceFieldColumn()
|
||||
tenant = TenantColumn()
|
||||
termination_a = tables.Column(
|
||||
linkify=True,
|
||||
verbose_name='Side A'
|
||||
)
|
||||
termination_z = tables.Column(
|
||||
linkify=True,
|
||||
verbose_name='Side Z'
|
||||
)
|
||||
tags = TagColumn(
|
||||
|
||||
Reference in New Issue
Block a user