Use colored labels when displaying virtual circuit types
This commit is contained in:

committed by
Jeremy Stretch

parent
b497b85665
commit
39b03abe72
@@ -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(
|
||||||
|
Reference in New Issue
Block a user