-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Consumer group details view. #18
Conversation
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.
👍
</div> | ||
); | ||
}; | ||
|
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.
Please check the indentation
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.
Checked indentation and I don't see any issues here, it also corresponds to indentation in similar existing files in the project.
kafka-ui-react-app/src/components/ConsumerGroups/Details/Details.tsx
Outdated
Show resolved
Hide resolved
kafka-ui-react-app/src/components/ConsumerGroups/Details/ListItem.tsx
Outdated
Show resolved
Hide resolved
…2-consumer-group-details
* temp result commit * consumer group details api done * fixes * changed calls from loop into vars, changed foreach to map * changes * removed redundant import * Refactoring, fixed contract * Fixed useless group query * fix-consumer-groups-retaining-cluster-on-cluster-switch Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local> Co-authored-by: German Osin <german.osin@gmail.com> Co-authored-by: Azat Gataullin <gataniel@gmail.com>
* Added concumer groups list with search. * Added consumer group details view. * Minor tweaks. * Backend group details (provectus#19) * temp result commit * consumer group details api done * fixes * changed calls from loop into vars, changed foreach to map * changes * removed redundant import * Refactoring, fixed contract * Fixed useless group query * fix-consumer-groups-retaining-cluster-on-cluster-switch Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local> Co-authored-by: German Osin <german.osin@gmail.com> Co-authored-by: Azat Gataullin <gataniel@gmail.com> * Add loader, fix details * Add empty text for consumer groups Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com> Co-authored-by: Roman Nedzvetskiy <gmcodemail@gmail.com> Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local> Co-authored-by: German Osin <german.osin@gmail.com> Co-authored-by: Azat Gataullin <gataniel@gmail.com> Co-authored-by: Maxim Tereshin <tereshin93@gmail.com>
No description provided.