yyqdbngt opened a new issue, #1335: URL: https://github.com/apache/rocketmq-dashboard/issues/1335
## Problem `normalizeStatus` in `web/src/pages/studio/BrokerCluster.tsx` maps every unrecognized or empty status to `running`. An unavailable/new backend status can therefore be shown as a healthy running Broker instead of an unknown state. ## Expected behavior Known running states should remain green, while empty or unrecognized values should render an explicit unknown/unavailable status rather than `running`. ## Scope - introduce an unknown display state - keep existing readonly/warning and maintenance/error/offline mappings - add mapping and table regression coverage -- 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]
