1 评论 (1 评论)1 反应 (1 反应)1 负责人 (1 负责人)TypeScript19,065 star (19,065 star)8,021 fork (8,021 fork)batch import
Team:Monitoringbuggood first issue
描述
Steps to reproduce:
- set the 'rows per page' right at the bottom of the page to 5 per page
- then, move from page 1 to page 2 or 3
- Wait a few seconds
- Kibana monitoring UI refreshes automatically and moves back to page 1
- 议题类型
- bug
- 研究方向
- Examine the monitoring plugin's pagination component, likely in `/x pack/plugins/monitoring/`. Look for state management of rows per page and current page, and how they interact with the automatic data refresh interval. The issue has an assignee but no recent comments or linked PRs, so check for any related prior work. Reproduce the bug in a local dev environment to isolate the state reset logic.