From 390b87cb3f25187ccff939ae3bc475f2c91a0168 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Thu, 4 May 2023 16:32:22 +0530 Subject: [PATCH] removed the extra line --- netbox/dcim/tables/devices.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/netbox/dcim/tables/devices.py b/netbox/dcim/tables/devices.py index 85ed43619..c5da0c396 100644 --- a/netbox/dcim/tables/devices.py +++ b/netbox/dcim/tables/devices.py @@ -803,10 +803,6 @@ class DeviceModuleBayTable(ModuleBayTable): extra_buttons=MODULEBAY_BUTTONS ) - status = columns.TemplateColumn( - template_code=MODULEBAY_STATUS, - ) - class Meta(DeviceComponentTable.Meta): model = models.ModuleBay fields = (