mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
7025 linkify name
This commit is contained in:
parent
246d441fed
commit
bf38c65032
@ -123,6 +123,10 @@ class CircuitTerminationTable(NetBoxTable):
|
|||||||
|
|
||||||
|
|
||||||
class CircuitGroupTable(NetBoxTable):
|
class CircuitGroupTable(NetBoxTable):
|
||||||
|
name = tables.Column(
|
||||||
|
verbose_name=_('Name'),
|
||||||
|
linkify=True
|
||||||
|
)
|
||||||
|
|
||||||
class Meta(NetBoxTable.Meta):
|
class Meta(NetBoxTable.Meta):
|
||||||
model = CircuitGroup
|
model = CircuitGroup
|
||||||
|
Loading…
Reference in New Issue
Block a user