|
@@ -120,7 +120,8 @@ class CircuitTerminationTable(NetBoxTable):
|
|
|
)
|
|
)
|
|
|
termination = tables.Column(
|
|
termination = tables.Column(
|
|
|
verbose_name=_('Termination Point'),
|
|
verbose_name=_('Termination Point'),
|
|
|
- linkify=True
|
|
|
|
|
|
|
+ linkify=True,
|
|
|
|
|
+ orderable=False,
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
# Termination types
|
|
# Termination types
|
|
@@ -132,7 +133,7 @@ class CircuitTerminationTable(NetBoxTable):
|
|
|
site_group = tables.Column(
|
|
site_group = tables.Column(
|
|
|
verbose_name=_('Site Group'),
|
|
verbose_name=_('Site Group'),
|
|
|
linkify=True,
|
|
linkify=True,
|
|
|
- accessor='_sitegroup'
|
|
|
|
|
|
|
+ accessor='_site_group'
|
|
|
)
|
|
)
|
|
|
region = tables.Column(
|
|
region = tables.Column(
|
|
|
verbose_name=_('Region'),
|
|
verbose_name=_('Region'),
|