mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 00:15:17 -06:00
disables module_status ordering #13756
This commit is contained in:
parent
6939bf8aed
commit
8da5c98273
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user