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",