From 99e36f23f667a05d38c72df85eae24b433fe9c63 Mon Sep 17 00:00:00 2001 From: Daniel Sheppard Date: Thu, 10 Nov 2022 15:05:46 -0600 Subject: [PATCH] Update netbox/dcim/tables/devices.py Co-authored-by: Jeremy Stretch --- netbox/dcim/tables/devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/dcim/tables/devices.py b/netbox/dcim/tables/devices.py index 813693294..e3195a54f 100644 --- a/netbox/dcim/tables/devices.py +++ b/netbox/dcim/tables/devices.py @@ -895,7 +895,7 @@ class VirtualDeviceContextTable(TenancyColumnsMixin, NetBoxTable): order_by=('_name',), template_code=DEVICE_LINK ) - status = tables.Column() + status = columns.ChoiceFieldColumn() primary_ip = tables.Column( linkify=True, order_by=('primary_ip4', 'primary_ip6'),