Actions
Bug #38420
openSend host name on host select to slots
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
When running a job from the new index all hosts page, the search is using the ids, users want to see the names of the hosts.
We changed in the job wizard that if users select hosts, and there are under 50 hosts the query will use `name ^ (...)`.
The old page sent over host_ids which were translated to the individual host while the new page sends `search= id ^ (...)` which is a search query which will be difficult to parse.
The expected result of this issue is that the new all hosts page will either send this search query (for less than 50 hosts) `search=name ^ (...)` or `host_ids[]: 63`
The query is being sent by fetchBulkParams
No data to display
Actions