mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
fix for View all host results on the Operating Systems table. (#10006)
The `View all host` button on Operating systems table would navigate to the host page but not show the related hosts. This fixes that issue. If some of the following don't apply, delete the relevant line. **Before:** https://www.loom.com/share/a29fc7064e694fac8dbdde571b409264 **After:** https://www.loom.com/share/3adfa9b9ab7f4f498d7112b6d1052ea1 - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
66bd7a7fb8
commit
bc27289034
@ -74,8 +74,8 @@ const defaultTableHeaders = [
|
||||
<span className="hosts-cell__link">
|
||||
<ViewAllHostsLink
|
||||
queryParams={{
|
||||
os_name: encodeURIComponent(name_only),
|
||||
os_version: encodeURIComponent(version),
|
||||
os_name: name_only,
|
||||
os_version: version,
|
||||
}}
|
||||
className="os-hosts-link"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user