Skip to content
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

The key of the message is not visible / accessible #377 #477

Merged
merged 2 commits into from
May 20, 2021
Merged

Conversation

MBovtriukProvectus
Copy link
Contributor

@MBovtriukProvectus MBovtriukProvectus commented May 19, 2021

add column key, and render value

Screenshot 2021-05-19 at 18 08 28

@workshur workshur linked an issue May 19, 2021 that may be closed by this pull request
@workshur workshur added this to the 0.2 milestone May 19, 2021
@@ -19,6 +19,7 @@ const MessagesTable: React.FC<MessagesTableProp> = ({ messages, onNext }) => {
<table className="table is-fullwidth">
<thead>
<tr>
<th>Key</th>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since the key column is sometimes empty, I suggest moving it to the second position. After timestamp. cc: @germanosin

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@workshur workshur self-requested a review May 20, 2021 08:33
@sonarcloud
Copy link

sonarcloud bot commented May 20, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@workshur workshur merged commit 1377e02 into master May 20, 2021
@workshur workshur deleted the issues#377 branch May 20, 2021 09:56
@germanosin germanosin modified the milestones: 0.2, 0.1 May 24, 2021
javalover123 pushed a commit to javalover123/kafka-ui that referenced this pull request Dec 7, 2022
…vectus#477)

* The key of the message is not visible / accessible provectus#377

* The key of the message is not visible / accessible provectus#377
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The key of the message is not visible / accessible
3 participants