mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-30 04:16:24 -06:00
9604 fix table
This commit is contained in:
parent
e0db49f981
commit
60f6bc3e88
@ -112,7 +112,8 @@ class CircuitTerminationTable(NetBoxTable):
|
||||
)
|
||||
site = tables.Column(
|
||||
verbose_name=_('Site'),
|
||||
linkify=True
|
||||
linkify=True,
|
||||
accessor='_site'
|
||||
)
|
||||
provider_network = tables.Column(
|
||||
verbose_name=_('Provider Network'),
|
||||
|
Loading…
Reference in New Issue
Block a user