|
@@ -54,9 +54,8 @@ class VirtualCircuitTable(TenancyColumnsMixin, ContactsColumnMixin, NetBoxTable)
|
|
|
linkify=True,
|
|
linkify=True,
|
|
|
verbose_name=_('Account')
|
|
verbose_name=_('Account')
|
|
|
)
|
|
)
|
|
|
- type = tables.Column(
|
|
|
|
|
|
|
+ type = columns.ColoredLabelColumn(
|
|
|
verbose_name=_('Type'),
|
|
verbose_name=_('Type'),
|
|
|
- linkify=True
|
|
|
|
|
)
|
|
)
|
|
|
status = columns.ChoiceFieldColumn()
|
|
status = columns.ChoiceFieldColumn()
|
|
|
termination_count = columns.LinkedCountColumn(
|
|
termination_count = columns.LinkedCountColumn(
|