mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 09:28:38 -06:00
Fixes #6254: Disable ordering of space column in racks table
This commit is contained in:
parent
1901e93b1e
commit
52747e364a
@ -5,6 +5,7 @@
|
|||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* [#6246](https://github.com/netbox-community/netbox/issues/6246) - Permit full-length descriptions when creating device components and VM interfaces
|
* [#6246](https://github.com/netbox-community/netbox/issues/6246) - Permit full-length descriptions when creating device components and VM interfaces
|
||||||
|
* [#6254](https://github.com/netbox-community/netbox/issues/6254) - Disable ordering of space column in racks table
|
||||||
* [#6258](https://github.com/netbox-community/netbox/issues/6258) - Fix parent assignment for SiteGroup API serializer
|
* [#6258](https://github.com/netbox-community/netbox/issues/6258) - Fix parent assignment for SiteGroup API serializer
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -73,6 +73,7 @@ class RackDetailTable(RackTable):
|
|||||||
verbose_name='Devices'
|
verbose_name='Devices'
|
||||||
)
|
)
|
||||||
get_utilization = UtilizationColumn(
|
get_utilization = UtilizationColumn(
|
||||||
|
orderable=False,
|
||||||
verbose_name='Space'
|
verbose_name='Space'
|
||||||
)
|
)
|
||||||
get_power_utilization = UtilizationColumn(
|
get_power_utilization = UtilizationColumn(
|
||||||
|
Loading…
Reference in New Issue
Block a user