Skip to content

Understanding the Implementation of the Search Bar in ManageIQ #23003

Answered by jeffibm
SanthoshRam-03 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @SanthoshRam-03 ,

To bring a search bar here, we can follow the below steps.

  1. Create a new react component.
  2. This new component will have a Hide Deprecated checkbox and a search-bar
  3. We can Reuse the existing POST request action for now to filter.
  4. Make changes in the manageiq repository to handle the search text from the search bar.
  5. Make sure it works on the Provision Instance page
  6. Make sure it works on Provision virtual machines (no checkbox here)
  7. Remove the old Hide Deprecated checkbox

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Fryguy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants