Skip to content

Commit 39b03ab

Browse files
aq5747jeremystretch
authored andcommitted
Use colored labels when displaying virtual circuit types
1 parent b497b85 commit 39b03ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

netbox/circuits/tables/virtual_circuits.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ class VirtualCircuitTable(TenancyColumnsMixin, ContactsColumnMixin, NetBoxTable)
5454
linkify=True,
5555
verbose_name=_('Account')
5656
)
57-
type = tables.Column(
57+
type = columns.ColoredLabelColumn(
5858
verbose_name=_('Type'),
59-
linkify=True
6059
)
6160
status = columns.ChoiceFieldColumn()
6261
termination_count = columns.LinkedCountColumn(

0 commit comments

Comments
 (0)