From 4277a9e93e76e4ce368ea2c6d9a1e660bdc78480 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:30:38 -0400 Subject: [PATCH] Fleet UI: Remove unsupported sorting arrows from host software table (#29966) --- changes/29447-hide-broken-sort-ui | 1 + .../hosts/details/cards/Software/HostSoftwareTableConfig.tsx | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changes/29447-hide-broken-sort-ui diff --git a/changes/29447-hide-broken-sort-ui b/changes/29447-hide-broken-sort-ui new file mode 100644 index 0000000000..e16da1a9ae --- /dev/null +++ b/changes/29447-hide-broken-sort-ui @@ -0,0 +1 @@ +- Fleet UI: Removed sort column buttons for host software columns that do not support sorting diff --git a/frontend/pages/hosts/details/cards/Software/HostSoftwareTableConfig.tsx b/frontend/pages/hosts/details/cards/Software/HostSoftwareTableConfig.tsx index 188d7d58c0..072cadb782 100644 --- a/frontend/pages/hosts/details/cards/Software/HostSoftwareTableConfig.tsx +++ b/frontend/pages/hosts/details/cards/Software/HostSoftwareTableConfig.tsx @@ -217,6 +217,7 @@ export const generateSoftwareTableHeaders = ({ Install status } + disableSortBy /> ), disableSortBy: true, @@ -241,6 +242,7 @@ export const generateSoftwareTableHeaders = ({ Installed version } + disableSortBy /> ), id: "version",