yx9o opened a new issue, #582: URL: https://github.com/apache/rocketmq-dashboard/issues/582
## Problem The LiteTopic session API returns `popProgress` as an integer percentage, but the page multiplies the value by 100 again. For example, `popProgress: 96` is passed to the progress component as `9600` and displayed as the capped value `100%`. ## Expected behavior - Display `popProgress: 96` as `96%`. - Keep the progress value on the API's 0-100 percentage scale. - Preserve the existing quota and consumption progress calculations. ## Proposed fix Use the session API's `popProgress` value directly and add a page-level regression test. -- 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]
