1
0
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:
Jeremy Stretch
2021-03-18 14:49:06 -04:00
parent 89c487de65
commit d45edcd216
2 changed files with 7 additions and 1 deletions

View File

@@ -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(