-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: kafka Rebalance list #1070
Conversation
e32e90f
to
a5ce0e4
Compare
c9d1c71
to
b3feddd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can the headers/values for the status counts be centered? The ones for the total and stopped seem to be in a weird position.
Similarly for the mode/auto-approval/brokers data:
I think if there are no brokers returned by the API (which should be the case when the mode=full), we can display "N/A" or something.
When entries in the proposal report are missing values like the "excluded" labels here, should we put "None" or "-" as a placeholder?
Actions when state is "ProposalReady" should be "Approve" and "Refresh". I'll look through the code and see if I can spot why it's not correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few suggestions for the options menu
ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/rebalances/RebalanceTable.tsx
Outdated
Show resolved
Hide resolved
ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/rebalances/RebalanceTable.tsx
Show resolved
Hide resolved
ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/rebalances/RebalanceTable.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ui/app/[locale]/(authorized)/kafka/[kafkaId]/nodes/rebalances/RebalanceTable.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: hemahg <[email protected]>
Signed-off-by: hemahg <[email protected]>
Signed-off-by: hemahg <[email protected]>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @hemahg
feat: kafka Rebalance list
Kafka rebalance list
optimization Result modal