Fleet UI: Remove unsupported sorting arrows from host software table (#29966)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user