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