Duansg opened a new pull request, #3825: URL: https://github.com/apache/hertzbeat/pull/3825
## What's changed? There is currently a timing issue with Angular's change detection, causing refreshes to fail. This will prevent both automatic and manual refreshes from attempting to retrieve indicator data. For example: > Monitor Real-Time Detail  > Favorites  Modification details: 1. Defer critical logic to the next event loop, initialize functionality only after the DOM is ready, ensuring the DOM is fully updated. ## Checklist - [ ] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [ ] I have written the necessary doc or comment. - [ ] I have added the necessary unit tests and all cases have passed. ## Add or update API - [ ] I have added the necessary [e2e tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have passed. > Monitor Real-Time Detail (Auto Refresh)  > Monitor Real-Time Detail (Manual Refresh)  > Favorites (Auto Refresh)  > Favorites (Manual Refresh)  > Favorites - Monitor Historical Chart Detail (Auto Refresh)  > Favorites - Monitor Historical Chart Detail (Manual Refresh)  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
