lizhimins opened a new pull request, #2485: URL: https://github.com/apache/rocketmq-dashboard/pull/2485
## Summary - Add `tableScrollX()` and compute every list page's `scroll.x` from the declared column widths. The hardcoded values had drifted away from the column definitions, so tables showed a horizontal scrollbar even on a wide window. - Retry the cluster page bootstrap up to three times before showing the failure banner, because instances are not served yet right after a deploy. - Label open-source instances as 开源版 in the region column instead of a bare dash. - Pass the topic to the Aliyun trace API, which rejects a message-id-only query. ## Test plan - [x] `cd server && mvn -B -ntp package -DskipTests` - [x] `cd web && npm run build` - [x] `npx vitest run src/utils/table.test.ts src/pages/cluster/__tests__/ClusterPage.test.tsx src/pages/instance/__tests__/DLQPage.test.tsx src/pages/instance/__tests__/InstancePage.test.tsx` — 51 tests pass -- 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]
