mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fix UI bug in host software table search (#12590)
This commit is contained in:
parent
0ce66b952d
commit
83746aa130
2 changed files with 2 additions and 1 deletions
2
changes/issue-12589-host-details-software-search
Normal file
2
changes/issue-12589-host-details-software-search
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
- Fixed UI bug on host details and device user pages that caused the software search to not work
|
||||
properly when searching by CVE.
|
||||
|
|
@ -248,7 +248,6 @@ const SoftwareTable = ({
|
|||
isClientSidePagination
|
||||
onClientSidePaginationChange={onClientSidePaginationChange}
|
||||
isClientSideFilter
|
||||
searchQueryColumn="name"
|
||||
disableMultiRowSelect={!deviceUser && !!router} // device user cannot view hosts by software
|
||||
onSelectSingleRow={handleRowSelect}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue