yuluo-yx opened a new issue, #2153: URL: https://github.com/apache/rocketmq-dashboard/issues/2153
## Affected branch rocketmq-studio at 737a7b4d ## Problem The NameServer configuration drift page initializes selectedInstanceId with Instance.id, but builds Select option values from Instance.name. The initial value is outside the option domain, so the selector can show a raw ID. After selection, the page also passes a name through variables and APIs that represent an instance ID. ## Expected behavior The selector and all downstream drift requests should use Instance.id consistently while displaying Instance.name as the label. ## Reproduction Load two instances whose IDs differ from their names, inspect the initial selector label, then select the second instance and inspect request arguments. -- 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]
