Aias00 opened a new issue, #2680: URL: https://github.com/apache/rocketmq-dashboard/issues/2680
## Problem Topic and Consumer Group pages use server-side pagination, but single and bulk deletion only remove rows from the current in-memory page. The server total remains stale, and deleting the last row on the last page leaves an empty page until a manual refresh. ## Evidence - `web/src/pages/instance/topic.tsx:368` - `web/src/pages/instance/topic.tsx:559` - `web/src/pages/instance/topic.tsx:1137` - `web/src/pages/instance/consumer.tsx:304` - `web/src/pages/instance/consumer.tsx:824` - `web/src/pages/instance/consumer.tsx:1124` ## Expected behavior - Refresh the current server page after successful deletion. - Move to the previous page when the current page becomes empty. - Preserve failed selections after partial bulk deletion. - Keep total counts and filters synchronized. -- 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]
