graylog2-server
graylog2-server copied to clipboard
fix re-render on enterprise overview page
This pull request resolves the issue of unnecessary re-rendering on the Enterprise Overview page.
Fix Graylog2/graylog-plugin-enterprise#6219
Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Refactoring (non-breaking change)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [x] I have read the CONTRIBUTING document.
- [ ] I have added tests to cover my changes.
I am not sure what is the expected behaviour here, but the 2 problems mentioned in the issue with the graph's "Zoom/Reset" button still persist.
I am not sure what is the expected behaviour here, but the 2 problems mentioned in the issue with the graph's "Zoom/Reset" button still persist.
Hi @gally47, the issue mentioned seems to have been fixed in the context of this PR. Can you test the first issue and merge this?