Aias00 opened a new issue, #1765: URL: https://github.com/apache/rocketmq-dashboard/issues/1765
## Problem Two frontend issues are visible during local Studio use: 1. When the default Prometheus source is not configured, `POST /api/metrics/query` returns a structured message such as `Prometheus base URL is not configured`, but `MetricsExplorer` drops it and only renders a generic query failure. Users cannot tell how to recover. 2. The Settings page uses Ant Design `InputNumber.addonAfter`, which emits a deprecation warning and should be migrated to `Space.Compact`. ## Expected behavior - Metrics Explorer displays the backend error message when it is safe and actionable, while retaining a fallback for unknown failures. - The settings numeric input keeps its value, validation, unit display, and responsive layout without the deprecated API. ## Scope Frontend-only change with focused component/page tests. -- 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]
