Fleet UI: Remove unsupported sorting arrows from host software table (#29966)

This commit is contained in:
RachelElysia 2025-06-12 14:30:38 -04:00 committed by GitHub
parent 4272df375a
commit 4277a9e93e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
- Fleet UI: Removed sort column buttons for host software columns that do not support sorting

View file

@ -217,6 +217,7 @@ export const generateSoftwareTableHeaders = ({
Install status
</TooltipWrapper>
}
disableSortBy
/>
),
disableSortBy: true,
@ -241,6 +242,7 @@ export const generateSoftwareTableHeaders = ({
Installed version
</TooltipWrapper>
}
disableSortBy
/>
),
id: "version",