-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Add status code text to webui bar chart tooltip #2639
Conversation
This changes the tooltip design a bit, now it's just "200 OK" before it was "[color] 200 [count]" with more padding |
@wader I think you can use https://www.npmjs.com/package/http-status-codes to simplify the code. |
15aa0b1
to
484a9a7
Compare
@ldez Ok, have switched to using http-status-codes now |
484a9a7
to
24b30e8
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.
LGTM
Let me know if there is something else to fix |
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.
LGTM
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.
LGTM
So you don't have to lookup status code numbers
24b30e8
to
5bde590
Compare
What does this PR do?
So you don't have to lookup status code numbers
Motivation
I keept googling them
More
Not sure how to add test for this?
Additional Notes