mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Use colored labels when displaying virtual circuit types
This commit is contained in:
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(
|
||||||
|
Loading…
Reference in New Issue
Block a user