From 40c7cc6230610099639b9849ae0327692fe03e6d Mon Sep 17 00:00:00 2001 From: Martin Hauser Date: Wed, 23 Apr 2025 21:18:02 +0200 Subject: [PATCH] feat(circuits): Use ColoredLabelColumn for type column Refactors the 'type' column to use ColoredLabelColumn for improved visual distinction, aligning it with the rack roles display. Removes the now redundant 'linkify' attribute from the column definition. --- netbox/circuits/tables/circuits.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/netbox/circuits/tables/circuits.py b/netbox/circuits/tables/circuits.py index b568d0e90..3643446bd 100644 --- a/netbox/circuits/tables/circuits.py +++ b/netbox/circuits/tables/circuits.py @@ -61,9 +61,8 @@ class CircuitTable(TenancyColumnsMixin, ContactsColumnMixin, NetBoxTable): linkify=True, verbose_name=_('Account') ) - type = tables.Column( + type = columns.ColoredLabelColumn( verbose_name=_('Type'), - linkify=True ) status = columns.ChoiceFieldColumn() termination_a = columns.TemplateColumn(