RockteMQ-AI commented on issue #3556:
URL:
https://github.com/apache/rocketmq-dashboard/issues/3556#issuecomment-5554113315
**Issue Evaluation**
Category: `bug` | Status: **Not Reproduced**
After reviewing the current codebase (`alerts.tsx`), `enabledCount` and
`triggered24h` are computed from the full `rules` state array
(`rules.filter(...)`), not from a page-local subset. The backend returns all
alert rules without pagination, and the frontend table uses
`pagination={false}`.
The reported issue does not apply to the current implementation. If
server-side pagination is introduced, these summary counts should be provided
by the API to remain accurate across pages.
---
*Automated evaluation by @RockteMQ-AI*
--
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]