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
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
- Fleet UI: Removed sort column buttons for host software columns that do not support sorting
@@ -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",