Aias00 opened a new issue, #894:
URL: https://github.com/apache/rocketmq-dashboard/issues/894
### Problem
The Studio cluster page exposes Create Cluster entry points, but both
handlers only show the `cluster.createClusterWip` info toast. This makes the
buttons look actionable while no real create flow or API contract is available.
### Code evidence
- `web/src/pages/cluster/index.tsx`: the primary Create Cluster button calls
`message.info(t('cluster.createClusterWip'))`.
- `web/src/pages/cluster/index.tsx`: the empty-state Create Cluster button
has the same toast-only handler.
### Impact
This is misleading for the Control Plane / multi-cluster management
workflow. Users can repeatedly click a primary action that cannot create a
cluster and has no disabled state or clear unavailable contract.
### Expected behavior
Until the cluster creation flow is implemented, the UI should present these
entry points as unavailable/coming soon instead of clickable actions that only
emit a toast.
### Scope
RocketMQ Studio track 1 / ARCH-01 multi-cluster control plane UX.
--
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]