yyqdbngt opened a new pull request, #1183: URL: https://github.com/apache/rocketmq-dashboard/pull/1183
Fixes #1181. `OpsService.getHomePage` returned hard-coded NameServer/VIP/TLS values (127.0.0.1:9876, VIP on, etc.) even though every write action returns 501 because Studio is not connected to a cluster admin configuration — the page presented fabricated operational state as live data. - The server now returns an explicit unavailable state (empty address list, `available: false`). - The API type carries `available`, and the Ops page shows a read-only warning when it is false. - Updated the server tests that asserted the old simulated values. -- 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]
