From 52747e364ae305631846e88a5229331e3dfeb059 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Fri, 23 Apr 2021 09:44:29 -0400 Subject: [PATCH] Fixes #6254: Disable ordering of space column in racks table --- docs/release-notes/version-2.11.md | 1 + netbox/dcim/tables/racks.py | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/release-notes/version-2.11.md b/docs/release-notes/version-2.11.md index 38b2074bb..a9bad2c49 100644 --- a/docs/release-notes/version-2.11.md +++ b/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 --- diff --git a/netbox/dcim/tables/racks.py b/netbox/dcim/tables/racks.py index 3a63eef1e..ef0517dfc 100644 --- a/netbox/dcim/tables/racks.py +++ b/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(