Skip to content

Commit

Permalink
disables module_status ordering #13756
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Sep 14, 2023
1 parent 6939bf8 commit 8da5c98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netbox/dcim/tables/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,8 @@ class ModuleBayTable(DeviceComponentTable):
)
module_status = columns.TemplateColumn(
verbose_name=_('Module Status'),
template_code=MODULEBAY_STATUS
template_code=MODULEBAY_STATUS,
orderable=False
)

class Meta(DeviceComponentTable.Meta):
Expand Down

0 comments on commit 8da5c98

Please sign in to comment.