mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet UI: Remove unsupported sorting arrows from host software table (#29966)
This commit is contained in:
parent
4272df375a
commit
4277a9e93e
2 changed files with 3 additions and 0 deletions
1
changes/29447-hide-broken-sort-ui
Normal file
1
changes/29447-hide-broken-sort-ui
Normal 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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue