removed the extra line

This commit is contained in:
Abhimanyu Saharan 2023-05-04 16:32:22 +05:30
parent c4a64ce4f1
commit 390b87cb3f

View File

@ -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 = (