Jelajahi Sumber

Fixes #6254: Disable ordering of space column in racks table

jeremystretch 4 tahun lalu
induk
melakukan
52747e364a
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 1 0
      docs/release-notes/version-2.11.md
  2. 1 0
      netbox/dcim/tables/racks.py

+ 1 - 0
docs/release-notes/version-2.11.md

@@ -5,6 +5,7 @@
 ### Bug Fixes
 
 * [#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
 
 ---

+ 1 - 0
netbox/dcim/tables/racks.py

@@ -73,6 +73,7 @@ class RackDetailTable(RackTable):
         verbose_name='Devices'
     )
     get_utilization = UtilizationColumn(
+        orderable=False,
         verbose_name='Space'
     )
     get_power_utilization = UtilizationColumn(