forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Infrastructure UI] Filter control re-rendering problem fix (elastic#…
…159320) fixes elastic#159317 ## Summary This PR fixes a problem in the utilization of the `ControlGroupRenderer` component in the Hosts View. The problem originated from the need to manually compare changes in the `filterPanel` object, to prevent the page from making duplicate requests https://github.com/elastic/kibana/assets/2767137/b38f5691-0519-4ae2-aab2-daaf0f72cd0d After many changes that the code has been through, the comparison mentioned above has become unnecessary. ### How to test - Start a local Kibana instance - Navigate to `Infrastructure > Hosts` - Play with the filter controls (depending on how fast the user is, it might hang for a little while, but this won't slow the whole page down) (cherry picked from commit bcc4f11)
- Loading branch information
1 parent
72d4290
commit 220b6ab
Showing
3 changed files
with
23 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters